HSL(67, 43%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,43%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 43%, 59%) | color: hsl(67, 43%, 59%) | |
| HEX | #B9C369 | color: #B9C369 | |
| RGB | rgb(185, 195, 105) | color: rgb(185, 195, 105) | |
| CMYK | cmyk(5%, 0%, 46%, 24%) | — | |
| HSV | hsv(67, 46%, 76%) | — | |
| HWB | hwb(67 41% 24%) | color: hwb(67 41% 24%) | |
| OKLCH | oklch(0.7898 0.1151 114.27) | color: oklch(0.7898 0.1151 114.27) | |
| Lab | lab(76.29 -16.75 43.82) | color: lab(76.29 -16.75 43.82) | |
| LCH | lch(76.29 46.91 110.92) | color: lch(76.29 46.91 110.92) |
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)
#BDBD7F — rgb(189, 189, 127)
Deuteranopia (Green-blind)
#BDBC84 — rgb(189, 188, 132)
Tritanopia (Blue-blind)
#BA9094 — rgb(186, 144, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 43%, 59%);
text
color: hsl(67, 43%, 59%);
border
border: 2px solid hsl(67, 43%, 59%);
gradient light
background: linear-gradient(to right, hsl(67, 43%, 79%), hsl(67, 43%, 59%));
gradient dark
background: linear-gradient(to right, hsl(67, 43%, 59%), hsl(67, 43%, 39%))
hex
background-color: #B9C369;
tailwind
bg-[hsl(67,43%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 43%, 59%, 0.4);
css variable
--color-primary: hsl(67, 43%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 43%, 59%)?
HEX: #B9C369 | RGB: rgb(185, 195, 105) | CMYK: 5%, 0%, 46%, 24% | HSV: 67°, 46%, 76%. Copy any format from the conversion table above.
What colors go well with #B9C369?
The complementary color is HSL(247, 43%, 59%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 43%, 59%) in CSS?
As HSL: color: hsl(67, 43%, 59%); — As HEX: color: #B9C369; — As RGB: color: rgb(185, 195, 105); — Tailwind CSS: bg-[hsl(67,43%,59%)] — CSS variable: --color-primary: hsl(67, 43%, 59%);