Shades of Citron #999913
Tints of Citron #999913
RGB
CMYK
RGB Variations
Color information
#999913 (or 0x999913) is known color: Citron. HEX triplet: 99, 99 and 13. RGB value is (153,153,19). Sum of RGB (Red+Green+Blue) = 153+153+19=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999913 is #6666EC. Grayscale: #8A8A8A. Windows color (decimal): -6711021 or 1284505. OLE color: 1284505.
HSL color Cylindrical-coordinate representation of color #999913: hue angle of 60º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #999913 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 19 | - |
| CMYK | 0 | 0 | 0.88 | 0.4 |
| HSL | 60º | 0.78% | 0.34% | - |
| HSV(B) | 60º | 0.88% | 0.6% | - |
| XYZ | 24.65 | 29.6 | 5.03 | - |
| YUV | 137.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 19 | 0 | 0 | 0.88 | 0.4 | 60 | 0.78 | 0.34 |
| Hex | 99 | 99 | 13 | 0 | 0 | 58 | 28 | 3C | 4E | 22 |
| Octal | 231 | 231 | 23 | 0 | 0 | 130 | 50 | 74 | 116 | 42 |
| Binary | 10011001 | 10011001 | 10011 | 0 | 0 | 1011000 | 101000 | 111100 | 1001110 | 100010 |
Color Harmonies of #999913
Complementary color
Monochromatic Colors of #999913
Black with #999913
Text Example
Text Example
White with #999913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999913; }
p { color: rgb(153,153,19); }
H1.HeaderClassName
{
color: #999913;
}
.AnyTagClassName
{
color: #999913;
}
</style>
background-color css
<style>
a { background-color: #999913; }
a { background-color: rgb(153,153,19); }
div.DivClassName
{
background-color: #999913;
}
.BgClassName
{
background-color: #999913;
}
</style>
border-color css
<style>
span { border-color: #999913; }
span { border-color: rgb(153,153,19); }
td.TdClassName
{
border-color: #999913;
}
.TagClassName
{
border-color: #999913;
}
</style>