Shades of Citron #999B12
Tints of Citron #999B12
RGB
CMYK
RGB Variations
Color information
#999B12 (or 0x999B12) is known color: Citron. HEX triplet: 99, 9B and 12. RGB value is (153,155,18). Sum of RGB (Red+Green+Blue) = 153+155+18=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #999B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B12 is #6664ED. Grayscale: #8B8B8B. Windows color (decimal): -6710510 or 1219481. OLE color: 1219481.
HSL color Cylindrical-coordinate representation of color #999B12: hue angle of 60.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #999B12 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 18 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.39 |
| HSL | 60.88º | 0.79% | 0.34% | - |
| HSV(B) | 60.88º | 0.88% | 0.61% | - |
| XYZ | 24.97 | 30.26 | 5.1 | - |
| YUV | 138.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 18 | 0.01 | 0 | 0.88 | 0.39 | 60.88 | 0.79 | 0.34 |
| Hex | 99 | 9B | 12 | 1 | 0 | 58 | 27 | 3D | 4F | 22 |
| Octal | 231 | 233 | 22 | 1 | 0 | 130 | 47 | 75 | 117 | 42 |
| Binary | 10011001 | 10011011 | 10010 | 1 | 0 | 1011000 | 100111 | 111101 | 1001111 | 100010 |
Color Harmonies of #999B12
Complementary color
Monochromatic Colors of #999B12
Black with #999B12
Text Example
Text Example
White with #999B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B12; }
p { color: rgb(153,155,18); }
H1.HeaderClassName
{
color: #999B12;
}
.AnyTagClassName
{
color: #999B12;
}
</style>
background-color css
<style>
a { background-color: #999B12; }
a { background-color: rgb(153,155,18); }
div.DivClassName
{
background-color: #999B12;
}
.BgClassName
{
background-color: #999B12;
}
</style>
border-color css
<style>
span { border-color: #999B12; }
span { border-color: rgb(153,155,18); }
td.TdClassName
{
border-color: #999B12;
}
.TagClassName
{
border-color: #999B12;
}
</style>