Shades of Citron #999E14
Tints of Citron #999E14
RGB
CMYK
RGB Variations
Color information
#999E14 (or 0x999E14) is known color: Citron. HEX triplet: 99, 9E and 14. RGB value is (153,158,20). Sum of RGB (Red+Green+Blue) = 153+158+20=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #999E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999E14 is #6661EB. Grayscale: #8D8D8D. Windows color (decimal): -6709740 or 1351321. OLE color: 1351321.
HSL color Cylindrical-coordinate representation of color #999E14: hue angle of 62.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #999E14 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 20 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.38 |
| HSL | 62.17º | 0.78% | 0.35% | - |
| HSV(B) | 62.17º | 0.87% | 0.62% | - |
| XYZ | 25.49 | 31.28 | 5.36 | - |
| YUV | 140.77 | 59.84 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 20 | 0.03 | 0 | 0.87 | 0.38 | 62.17 | 0.78 | 0.35 |
| Hex | 99 | 9E | 14 | 3 | 0 | 57 | 26 | 3E | 4E | 23 |
| Octal | 231 | 236 | 24 | 3 | 0 | 127 | 46 | 76 | 116 | 43 |
| Binary | 10011001 | 10011110 | 10100 | 11 | 0 | 1010111 | 100110 | 111110 | 1001110 | 100011 |
Color Harmonies of #999E14
Complementary color
Monochromatic Colors of #999E14
Black with #999E14
Text Example
Text Example
White with #999E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E14; }
p { color: rgb(153,158,20); }
H1.HeaderClassName
{
color: #999E14;
}
.AnyTagClassName
{
color: #999E14;
}
</style>
background-color css
<style>
a { background-color: #999E14; }
a { background-color: rgb(153,158,20); }
div.DivClassName
{
background-color: #999E14;
}
.BgClassName
{
background-color: #999E14;
}
</style>
border-color css
<style>
span { border-color: #999E14; }
span { border-color: rgb(153,158,20); }
td.TdClassName
{
border-color: #999E14;
}
.TagClassName
{
border-color: #999E14;
}
</style>