HSL(101, 40%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,40%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 40%, 76%) | color: hsl(101, 40%, 76%) | |
| HEX | #B9DAA9 | color: #B9DAA9 | |
| RGB | rgb(185, 218, 169) | color: rgb(185, 218, 169) | |
| CMYK | cmyk(15%, 0%, 22%, 15%) | — | |
| HSV | hsv(100, 22%, 85%) | — | |
| HWB | hwb(100 66% 15%) | color: hwb(100 66% 15%) | |
| OKLCH | oklch(0.8516 0.075 135.52) | color: oklch(0.8516 0.075 135.52) | |
| Lab | lab(83.61 -19.79 20.59) | color: lab(83.61 -19.79 20.59) | |
| LCH | lch(83.61 28.56 133.87) | color: lch(83.61 28.56 133.87) |
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)
#C7C8B5 — rgb(199, 200, 181)
Deuteranopia (Green-blind)
#C5C3B8 — rgb(197, 195, 184)
Tritanopia (Blue-blind)
#BBBEC0 — rgb(187, 190, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 40%, 76%);
text
color: hsl(101, 40%, 76%);
border
border: 2px solid hsl(101, 40%, 76%);
gradient light
background: linear-gradient(to right, hsl(101, 40%, 96%), hsl(101, 40%, 76%));
gradient dark
background: linear-gradient(to right, hsl(101, 40%, 76%), hsl(101, 40%, 56%))
hex
background-color: #B9DAA9;
tailwind
bg-[hsl(101,40%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 40%, 76%, 0.4);
css variable
--color-primary: hsl(101, 40%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 40%, 76%)?
HEX: #B9DAA9 | RGB: rgb(185, 218, 169) | CMYK: 15%, 0%, 22%, 15% | HSV: 100°, 22%, 85%. Copy any format from the conversion table above.
What colors go well with #B9DAA9?
The complementary color is HSL(281, 40%, 76%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 40%, 76%) in CSS?
As HSL: color: hsl(101, 40%, 76%); — As HEX: color: #B9DAA9; — As RGB: color: rgb(185, 218, 169); — Tailwind CSS: bg-[hsl(101,40%,76%)] — CSS variable: --color-primary: hsl(101, 40%, 76%);