HSL(79, 35%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,35%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 35%, 67%) | color: hsl(79, 35%, 67%) | |
| HEX | #B6C88D | color: #B6C88D | |
| RGB | rgb(182, 200, 141) | color: rgb(182, 200, 141) | |
| CMYK | cmyk(9%, 0%, 30%, 22%) | — | |
| HSV | hsv(78, 30%, 78%) | — | |
| HWB | hwb(78 55% 22%) | color: hwb(78 55% 22%) | |
| OKLCH | oklch(0.8045 0.0815 122.02) | color: oklch(0.8045 0.0815 122.02) | |
| Lab | lab(77.98 -16.1 27.55) | color: lab(77.98 -16.1 27.55) | |
| LCH | lch(77.98 31.91 120.3) | color: lch(77.98 31.91 120.3) |
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)
#BEBE9B — rgb(190, 190, 155)
Deuteranopia (Green-blind)
#BDBB9F — rgb(189, 187, 159)
Tritanopia (Blue-blind)
#B7A7A9 — rgb(183, 167, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 35%, 67%);
text
color: hsl(79, 35%, 67%);
border
border: 2px solid hsl(79, 35%, 67%);
gradient light
background: linear-gradient(to right, hsl(79, 35%, 87%), hsl(79, 35%, 67%));
gradient dark
background: linear-gradient(to right, hsl(79, 35%, 67%), hsl(79, 35%, 47%))
hex
background-color: #B6C88D;
tailwind
bg-[hsl(79,35%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 35%, 67%, 0.4);
css variable
--color-primary: hsl(79, 35%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 35%, 67%)?
HEX: #B6C88D | RGB: rgb(182, 200, 141) | CMYK: 9%, 0%, 30%, 22% | HSV: 78°, 30%, 78%. Copy any format from the conversion table above.
What colors go well with #B6C88D?
The complementary color is HSL(259, 35%, 67%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 35%, 67%) in CSS?
As HSL: color: hsl(79, 35%, 67%); — As HEX: color: #B6C88D; — As RGB: color: rgb(182, 200, 141); — Tailwind CSS: bg-[hsl(79,35%,67%)] — CSS variable: --color-primary: hsl(79, 35%, 67%);