HSL(82, 47%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,47%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 47%, 71%) | color: hsl(82, 47%, 71%) | |
| HEX | #BED892 | color: #BED892 | |
| RGB | rgb(190, 216, 146) | color: rgb(190, 216, 146) | |
| CMYK | cmyk(12%, 0%, 32%, 15%) | — | |
| HSV | hsv(82, 32%, 85%) | — | |
| HWB | hwb(82 58% 15%) | color: hwb(82 58% 15%) | |
| OKLCH | oklch(0.8461 0.0965 124.97) | color: oklch(0.8461 0.0965 124.97) | |
| Lab | lab(82.98 -20.41 31.73) | color: lab(82.98 -20.41 31.73) | |
| LCH | lch(82.98 37.73 122.75) | color: lch(82.98 37.73 122.75) |
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)
#C9C9A3 — rgb(201, 201, 163)
Deuteranopia (Green-blind)
#C8C6A7 — rgb(200, 198, 167)
Tritanopia (Blue-blind)
#BFB0B3 — rgb(191, 176, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 47%, 71%);
text
color: hsl(82, 47%, 71%);
border
border: 2px solid hsl(82, 47%, 71%);
gradient light
background: linear-gradient(to right, hsl(82, 47%, 91%), hsl(82, 47%, 71%));
gradient dark
background: linear-gradient(to right, hsl(82, 47%, 71%), hsl(82, 47%, 51%))
hex
background-color: #BED892;
tailwind
bg-[hsl(82,47%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 47%, 71%, 0.4);
css variable
--color-primary: hsl(82, 47%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 47%, 71%)?
HEX: #BED892 | RGB: rgb(190, 216, 146) | CMYK: 12%, 0%, 32%, 15% | HSV: 82°, 32%, 85%. Copy any format from the conversion table above.
What colors go well with #BED892?
The complementary color is HSL(262, 47%, 71%). 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, 47%, 71%) in CSS?
As HSL: color: hsl(82, 47%, 71%); — As HEX: color: #BED892; — As RGB: color: rgb(190, 216, 146); — Tailwind CSS: bg-[hsl(82,47%,71%)] — CSS variable: --color-primary: hsl(82, 47%, 71%);