Shades of Citron #999B16
Tints of Citron #999B16
RGB
CMYK
RGB Variations
Color information
#999B16 (or 0x999B16) is known color: Citron. HEX triplet: 99, 9B and 16. RGB value is (153,155,22). Sum of RGB (Red+Green+Blue) = 153+155+22=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #999B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B16 is #6664E9. Grayscale: #8B8B8B. Windows color (decimal): -6710506 or 1481625. OLE color: 1481625.
HSL color Cylindrical-coordinate representation of color #999B16: hue angle of 60.9º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #999B16 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 22 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.39 |
| HSL | 60.9º | 0.75% | 0.35% | - |
| HSV(B) | 60.9º | 0.86% | 0.61% | - |
| XYZ | 25 | 30.27 | 5.28 | - |
| YUV | 139.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 22 | 0.01 | 0 | 0.86 | 0.39 | 60.9 | 0.75 | 0.35 |
| Hex | 99 | 9B | 16 | 1 | 0 | 56 | 27 | 3D | 4B | 23 |
| Octal | 231 | 233 | 26 | 1 | 0 | 126 | 47 | 75 | 113 | 43 |
| Binary | 10011001 | 10011011 | 10110 | 1 | 0 | 1010110 | 100111 | 111101 | 1001011 | 100011 |
Color Harmonies of #999B16
Complementary color
Monochromatic Colors of #999B16
Black with #999B16
Text Example
Text Example
White with #999B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B16; }
p { color: rgb(153,155,22); }
H1.HeaderClassName
{
color: #999B16;
}
.AnyTagClassName
{
color: #999B16;
}
</style>
background-color css
<style>
a { background-color: #999B16; }
a { background-color: rgb(153,155,22); }
div.DivClassName
{
background-color: #999B16;
}
.BgClassName
{
background-color: #999B16;
}
</style>
border-color css
<style>
span { border-color: #999B16; }
span { border-color: rgb(153,155,22); }
td.TdClassName
{
border-color: #999B16;
}
.TagClassName
{
border-color: #999B16;
}
</style>