Shades of Citron #999E1E
Tints of Citron #999E1E
RGB
CMYK
RGB Variations
Color information
#999E1E (or 0x999E1E) is known color: Citron. HEX triplet: 99, 9E and 1E. RGB value is (153,158,30). Sum of RGB (Red+Green+Blue) = 153+158+30=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #999E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999E1E is #6661E1. Grayscale: #8E8E8E. Windows color (decimal): -6709730 or 2006681. OLE color: 2006681.
HSL color Cylindrical-coordinate representation of color #999E1E: hue angle of 62.34º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #999E1E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 30 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.38 |
| HSL | 62.34º | 0.68% | 0.37% | - |
| HSV(B) | 62.34º | 0.81% | 0.62% | - |
| XYZ | 25.6 | 31.32 | 5.92 | - |
| YUV | 141.91 | 64.84 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 30 | 0.03 | 0 | 0.81 | 0.38 | 62.34 | 0.68 | 0.37 |
| Hex | 99 | 9E | 1E | 3 | 0 | 51 | 26 | 3E | 44 | 25 |
| Octal | 231 | 236 | 36 | 3 | 0 | 121 | 46 | 76 | 104 | 45 |
| Binary | 10011001 | 10011110 | 11110 | 11 | 0 | 1010001 | 100110 | 111110 | 1000100 | 100101 |
Color Harmonies of #999E1E
Complementary color
Monochromatic Colors of #999E1E
Black with #999E1E
Text Example
Text Example
White with #999E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E1E; }
p { color: rgb(153,158,30); }
H1.HeaderClassName
{
color: #999E1E;
}
.AnyTagClassName
{
color: #999E1E;
}
</style>
background-color css
<style>
a { background-color: #999E1E; }
a { background-color: rgb(153,158,30); }
div.DivClassName
{
background-color: #999E1E;
}
.BgClassName
{
background-color: #999E1E;
}
</style>
border-color css
<style>
span { border-color: #999E1E; }
span { border-color: rgb(153,158,30); }
td.TdClassName
{
border-color: #999E1E;
}
.TagClassName
{
border-color: #999E1E;
}
</style>