HSL(82, 17%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(82,17%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 17%, 67%) | color: hsl(82, 17%, 67%) | |
| HEX | #AFB99D | color: #AFB99D | |
| RGB | rgb(175, 185, 157) | color: rgb(175, 185, 157) | |
| CMYK | cmyk(5%, 0%, 15%, 27%) | — | |
| HSV | hsv(81, 15%, 73%) | — | |
| HWB | hwb(81 62% 27%) | color: hwb(81 62% 27%) | |
| OKLCH | oklch(0.7702 0.0403 123.35) | color: oklch(0.7702 0.0403 123.35) | |
| Lab | lab(73.7 -8.52 13.05) | color: lab(73.7 -8.52 13.05) | |
| LCH | lch(73.7 15.59 123.14) | color: lch(73.7 15.59 123.14) |
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)
#B3B3A4 — rgb(179, 179, 164)
Deuteranopia (Green-blind)
#B3B2A5 — rgb(179, 178, 165)
Tritanopia (Blue-blind)
#B0A9AA — rgb(176, 169, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 17%, 67%);
text
color: hsl(82, 17%, 67%);
border
border: 2px solid hsl(82, 17%, 67%);
gradient light
background: linear-gradient(to right, hsl(82, 17%, 87%), hsl(82, 17%, 67%));
gradient dark
background: linear-gradient(to right, hsl(82, 17%, 67%), hsl(82, 17%, 47%))
hex
background-color: #AFB99D;
tailwind
bg-[hsl(82,17%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 17%, 67%, 0.4);
css variable
--color-primary: hsl(82, 17%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 17%, 67%)?
HEX: #AFB99D | RGB: rgb(175, 185, 157) | CMYK: 5%, 0%, 15%, 27% | HSV: 81°, 15%, 73%. Copy any format from the conversion table above.
What colors go well with #AFB99D?
The complementary color is HSL(262, 17%, 67%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 17%, 67%) in CSS?
As HSL: color: hsl(82, 17%, 67%); — As HEX: color: #AFB99D; — As RGB: color: rgb(175, 185, 157); — Tailwind CSS: bg-[hsl(82,17%,67%)] — CSS variable: --color-primary: hsl(82, 17%, 67%);