#919100
a dark, electric yellow · cool · closest name: olive
RGB
145, 145, 0
HSL
60°, 100%, 28%
CMYK
0, 0, 100, 43
Luminance
0.2627
Every format
| HEX | #919100 |
| RGB | rgb(145, 145, 0) |
| HSL | hsl(60, 100%, 28%) |
| CMYK | cmyk(0%, 0%, 100%, 43%) |
| LAB | lab(58.3 -14.2 62.0) |
| LCH | lch(58.3 63.6 102.8) |
| OKLCH | oklch(0.636 0.139 109.8) |
Copy-ready code
/* CSS */
color: #919100;
background-color: #919100;
/* Tailwind (arbitrary) */
class="text-[#919100] bg-[#919100]"
/* SCSS */
$brand: #919100;
/* SwiftUI */
Color(red: 0.569, green: 0.569, blue: 0.000)
/* Android */
Color.parseColor("#919100")Accessibility — WCAG contrast
Aa
#919100 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#919100 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green56.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)43.1%
Color previews
#919100 text on a black background
contrast 6.25:1
Card sample
#919100 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919100;
Background color
Panel with #919100 background
background-color: #919100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 145, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 145, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919100; background: linear-gradient(135deg, #919100, #309100);