HSL(74, 24%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,24%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 24%, 66%) | color: hsl(74, 24%, 66%) | |
| HEX | #B3BD93 | color: #B3BD93 | |
| RGB | rgb(179, 189, 147) | color: rgb(179, 189, 147) | |
| CMYK | cmyk(5%, 0%, 22%, 26%) | — | |
| HSV | hsv(74, 22%, 74%) | — | |
| HWB | hwb(74 58% 26%) | color: hwb(74 58% 26%) | |
| OKLCH | oklch(0.7796 0.0584 118.65) | color: oklch(0.7796 0.0584 118.65) | |
| Lab | lab(74.88 -10.72 20.12) | color: lab(74.88 -10.72 20.12) | |
| LCH | lch(74.88 22.8 118.05) | color: lch(74.88 22.8 118.05) |
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)
#B7B79D — rgb(183, 183, 157)
Deuteranopia (Green-blind)
#B7B6A0 — rgb(183, 182, 160)
Tritanopia (Blue-blind)
#B4A5A7 — rgb(180, 165, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 24%, 66%);
text
color: hsl(74, 24%, 66%);
border
border: 2px solid hsl(74, 24%, 66%);
gradient light
background: linear-gradient(to right, hsl(74, 24%, 86%), hsl(74, 24%, 66%));
gradient dark
background: linear-gradient(to right, hsl(74, 24%, 66%), hsl(74, 24%, 46%))
hex
background-color: #B3BD93;
tailwind
bg-[hsl(74,24%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 24%, 66%, 0.4);
css variable
--color-primary: hsl(74, 24%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 24%, 66%)?
HEX: #B3BD93 | RGB: rgb(179, 189, 147) | CMYK: 5%, 0%, 22%, 26% | HSV: 74°, 22%, 74%. Copy any format from the conversion table above.
What colors go well with #B3BD93?
The complementary color is HSL(254, 24%, 66%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 24%, 66%) in CSS?
As HSL: color: hsl(74, 24%, 66%); — As HEX: color: #B3BD93; — As RGB: color: rgb(179, 189, 147); — Tailwind CSS: bg-[hsl(74,24%,66%)] — CSS variable: --color-primary: hsl(74, 24%, 66%);