HSL(91, 41%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,41%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 41%, 73%) | color: hsl(91, 41%, 73%) | |
| HEX | #B9D69E | color: #B9D69E | |
| RGB | rgb(185, 214, 158) | color: rgb(185, 214, 158) | |
| CMYK | cmyk(14%, 0%, 26%, 16%) | — | |
| HSV | hsv(91, 26%, 84%) | — | |
| HWB | hwb(91 62% 16%) | color: hwb(91 62% 16%) | |
| OKLCH | oklch(0.8406 0.0815 130.26) | color: oklch(0.8406 0.0815 130.26) | |
| Lab | lab(82.31 -19.53 24.56) | color: lab(82.31 -19.53 24.56) | |
| LCH | lch(82.31 31.38 128.49) | color: lch(82.31 31.38 128.49) |
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)
#C6C6AC — rgb(198, 198, 172)
Deuteranopia (Green-blind)
#C4C2AF — rgb(196, 194, 175)
Tritanopia (Blue-blind)
#BAB6B9 — rgb(186, 182, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 41%, 73%);
text
color: hsl(91, 41%, 73%);
border
border: 2px solid hsl(91, 41%, 73%);
gradient light
background: linear-gradient(to right, hsl(91, 41%, 93%), hsl(91, 41%, 73%));
gradient dark
background: linear-gradient(to right, hsl(91, 41%, 73%), hsl(91, 41%, 53%))
hex
background-color: #B9D69E;
tailwind
bg-[hsl(91,41%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 41%, 73%, 0.4);
css variable
--color-primary: hsl(91, 41%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 41%, 73%)?
HEX: #B9D69E | RGB: rgb(185, 214, 158) | CMYK: 14%, 0%, 26%, 16% | HSV: 91°, 26%, 84%. Copy any format from the conversion table above.
What colors go well with #B9D69E?
The complementary color is HSL(271, 41%, 73%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 41%, 73%) in CSS?
As HSL: color: hsl(91, 41%, 73%); — As HEX: color: #B9D69E; — As RGB: color: rgb(185, 214, 158); — Tailwind CSS: bg-[hsl(91,41%,73%)] — CSS variable: --color-primary: hsl(91, 41%, 73%);