HSL(49, 55%, 45%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,55%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 55%, 45%) | color: hsl(49, 55%, 45%) | |
| HEX | #B29B34 | color: #B29B34 | |
| RGB | rgb(178, 155, 52) | color: rgb(178, 155, 52) | |
| CMYK | cmyk(0%, 13%, 71%, 30%) | — | |
| HSV | hsv(49, 71%, 70%) | — | |
| HWB | hwb(49 20% 30%) | color: hwb(49 20% 30%) | |
| OKLCH | oklch(0.6912 0.1224 96.3) | color: oklch(0.6912 0.1224 96.3) | |
| Lab | lab(64.29 -3 54.55) | color: lab(64.29 -3 54.55) | |
| LCH | lch(64.29 54.63 93.15) | color: lch(64.29 54.63 93.15) |
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)
#A8A84D — rgb(168, 168, 77)
Deuteranopia (Green-blind)
#A9AB53 — rgb(169, 171, 83)
Tritanopia (Blue-blind)
#B16165 — rgb(177, 97, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 55%, 45%);
text
color: hsl(49, 55%, 45%);
border
border: 2px solid hsl(49, 55%, 45%);
gradient light
background: linear-gradient(to right, hsl(49, 55%, 65%), hsl(49, 55%, 45%));
gradient dark
background: linear-gradient(to right, hsl(49, 55%, 45%), hsl(49, 55%, 25%))
hex
background-color: #B29B34;
tailwind
bg-[hsl(49,55%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 55%, 45%, 0.4);
css variable
--color-primary: hsl(49, 55%, 45%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 55%, 45%)?
HEX: #B29B34 | RGB: rgb(178, 155, 52) | CMYK: 0%, 13%, 71%, 30% | HSV: 49°, 71%, 70%. Copy any format from the conversion table above.
What colors go well with #B29B34?
The complementary color is HSL(229, 55%, 45%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 55%, 45%) in CSS?
As HSL: color: hsl(49, 55%, 45%); — As HEX: color: #B29B34; — As RGB: color: rgb(178, 155, 52); — Tailwind CSS: bg-[hsl(49,55%,45%)] — CSS variable: --color-primary: hsl(49, 55%, 45%);