#809200
a dark, electric yellow · cool · closest name: olive
RGB
128, 146, 0
HSL
67°, 100%, 29%
CMYK
12, 0, 100, 43
Luminance
0.2515
Every format
| HEX | #809200 |
| RGB | rgb(128, 146, 0) |
| HSL | hsl(67, 100%, 29%) |
| CMYK | cmyk(12%, 0%, 100%, 43%) |
| LAB | lab(57.2 -22.3 60.6) |
| LCH | lch(57.2 64.6 110.2) |
| OKLCH | oklch(0.624 0.145 118.1) |
Copy-ready code
/* CSS */
color: #809200;
background-color: #809200;
/* Tailwind (arbitrary) */
class="text-[#809200] bg-[#809200]"
/* SCSS */
$brand: #809200;
/* SwiftUI */
Color(red: 0.502, green: 0.573, blue: 0.000)
/* Android */
Color.parseColor("#809200")Accessibility — WCAG contrast
Aa
#809200 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809200 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green57.3%
Blue0.0%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow100.0%
Key (black)42.7%
Color previews
#809200 text on a black background
contrast 6.03:1
Card sample
#809200 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809200;
Background color
Panel with #809200 background
background-color: #809200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 146, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 146, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809200; background: linear-gradient(135deg, #809200, #1F9200);