HSL(82, 17%, 49%)
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%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 17%, 49%) | color: hsl(82, 17%, 49%) | |
| HEX | #839268 | color: #839268 | |
| RGB | rgb(131, 146, 104) | color: rgb(131, 146, 104) | |
| CMYK | cmyk(10%, 0%, 29%, 43%) | — | |
| HSV | hsv(81, 29%, 57%) | — | |
| HWB | hwb(81 40% 43%) | color: hwb(81 40% 43%) | |
| OKLCH | oklch(0.6367 0.0624 124.11) | color: oklch(0.6367 0.0624 124.11) | |
| Lab | lab(58.4 -13.05 20.54) | color: lab(58.4 -13.05 20.54) | |
| LCH | lch(58.4 24.34 122.43) | color: lch(58.4 24.34 122.43) |
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)
#898A72 — rgb(137, 138, 114)
Deuteranopia (Green-blind)
#898875 — rgb(137, 136, 117)
Tritanopia (Blue-blind)
#847A7C — rgb(132, 122, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 17%, 49%);
text
color: hsl(82, 17%, 49%);
border
border: 2px solid hsl(82, 17%, 49%);
gradient light
background: linear-gradient(to right, hsl(82, 17%, 69%), hsl(82, 17%, 49%));
gradient dark
background: linear-gradient(to right, hsl(82, 17%, 49%), hsl(82, 17%, 29%))
hex
background-color: #839268;
tailwind
bg-[hsl(82,17%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 17%, 49%, 0.4);
css variable
--color-primary: hsl(82, 17%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 17%, 49%)?
HEX: #839268 | RGB: rgb(131, 146, 104) | CMYK: 10%, 0%, 29%, 43% | HSV: 81°, 29%, 57%. Copy any format from the conversion table above.
What colors go well with #839268?
The complementary color is HSL(262, 17%, 49%). 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%, 49%) in CSS?
As HSL: color: hsl(82, 17%, 49%); — As HEX: color: #839268; — As RGB: color: rgb(131, 146, 104); — Tailwind CSS: bg-[hsl(82,17%,49%)] — CSS variable: --color-primary: hsl(82, 17%, 49%);