HSL(67, 55%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,55%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 55%, 55%) | color: hsl(67, 55%, 55%) | |
| HEX | #BDCB4D | color: #BDCB4D | |
| RGB | rgb(189, 203, 77) | color: rgb(189, 203, 77) | |
| CMYK | cmyk(7%, 0%, 62%, 20%) | — | |
| HSV | hsv(67, 62%, 80%) | — | |
| HWB | hwb(67 30% 20%) | color: hwb(67 30% 20%) | |
| OKLCH | oklch(0.8073 0.1495 115.19) | color: oklch(0.8073 0.1495 115.19) | |
| Lab | lab(78.5 -21.47 59.29) | color: lab(78.5 -21.47 59.29) | |
| LCH | lch(78.5 63.06 109.91) | color: lch(78.5 63.06 109.91) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#C3C36B — rgb(195, 195, 107)
Deuteranopia (Green-blind)
#C2C173 — rgb(194, 193, 115)
Tritanopia (Blue-blind)
#BE8489 — rgb(190, 132, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 55%, 55%);
text
color: hsl(67, 55%, 55%);
border
border: 2px solid hsl(67, 55%, 55%);
gradient light
background: linear-gradient(to right, hsl(67, 55%, 75%), hsl(67, 55%, 55%));
gradient dark
background: linear-gradient(to right, hsl(67, 55%, 55%), hsl(67, 55%, 35%))
hex
background-color: #BDCB4D;
tailwind
bg-[hsl(67,55%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 55%, 55%, 0.4);
css variable
--color-primary: hsl(67, 55%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 55%, 55%)?
HEX: #BDCB4D | RGB: rgb(189, 203, 77) | CMYK: 7%, 0%, 62%, 20% | HSV: 67°, 62%, 80%. Copy any format from the conversion table above.
What colors go well with #BDCB4D?
The complementary color is HSL(247, 55%, 55%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 55%, 55%) in CSS?
As HSL: color: hsl(67, 55%, 55%); — As HEX: color: #BDCB4D; — As RGB: color: rgb(189, 203, 77); — Tailwind CSS: bg-[hsl(67,55%,55%)] — CSS variable: --color-primary: hsl(67, 55%, 55%);