HSL(68, 56%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,56%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 56%, 55%) | color: hsl(68, 56%, 55%) | |
| HEX | #BBCD4C | color: #BBCD4C | |
| RGB | rgb(187, 205, 76) | color: rgb(187, 205, 76) | |
| CMYK | cmyk(9%, 0%, 63%, 20%) | — | |
| HSV | hsv(68, 63%, 80%) | — | |
| HWB | hwb(68 30% 20%) | color: hwb(68 30% 20%) | |
| OKLCH | oklch(0.81 0.1532 116.69) | color: oklch(0.81 0.1532 116.69) | |
| Lab | lab(78.9 -23.34 60.08) | color: lab(78.9 -23.34 60.08) | |
| LCH | lch(78.9 64.45 111.23) | color: lch(78.9 64.45 111.23) |
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)
#C2C073 — rgb(194, 192, 115)
Tritanopia (Blue-blind)
#BC8489 — rgb(188, 132, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 56%, 55%);
text
color: hsl(68, 56%, 55%);
border
border: 2px solid hsl(68, 56%, 55%);
gradient light
background: linear-gradient(to right, hsl(68, 56%, 75%), hsl(68, 56%, 55%));
gradient dark
background: linear-gradient(to right, hsl(68, 56%, 55%), hsl(68, 56%, 35%))
hex
background-color: #BBCD4C;
tailwind
bg-[hsl(68,56%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 56%, 55%, 0.4);
css variable
--color-primary: hsl(68, 56%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 56%, 55%)?
HEX: #BBCD4C | RGB: rgb(187, 205, 76) | CMYK: 9%, 0%, 63%, 20% | HSV: 68°, 63%, 80%. Copy any format from the conversion table above.
What colors go well with #BBCD4C?
The complementary color is HSL(248, 56%, 55%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 56%, 55%) in CSS?
As HSL: color: hsl(68, 56%, 55%); — As HEX: color: #BBCD4C; — As RGB: color: rgb(187, 205, 76); — Tailwind CSS: bg-[hsl(68,56%,55%)] — CSS variable: --color-primary: hsl(68, 56%, 55%);