Shades of Citron #999D12
Tints of Citron #999D12
RGB
CMYK
RGB Variations
Color information
#999D12 (or 0x999D12) is known color: Citron. HEX triplet: 99, 9D and 12. RGB value is (153,157,18). Sum of RGB (Red+Green+Blue) = 153+157+18=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #999D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999D12 is #6662ED. Grayscale: #8C8C8C. Windows color (decimal): -6709998 or 1219993. OLE color: 1219993.
HSL color Cylindrical-coordinate representation of color #999D12: hue angle of 61.73º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #999D12 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 18 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.38 |
| HSL | 61.73º | 0.79% | 0.34% | - |
| HSV(B) | 61.73º | 0.89% | 0.62% | - |
| XYZ | 25.3 | 30.93 | 5.21 | - |
| YUV | 139.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 18 | 0.03 | 0 | 0.89 | 0.38 | 61.73 | 0.79 | 0.34 |
| Hex | 99 | 9D | 12 | 3 | 0 | 59 | 26 | 3E | 4F | 22 |
| Octal | 231 | 235 | 22 | 3 | 0 | 131 | 46 | 76 | 117 | 42 |
| Binary | 10011001 | 10011101 | 10010 | 11 | 0 | 1011001 | 100110 | 111110 | 1001111 | 100010 |
Color Harmonies of #999D12
Complementary color
Monochromatic Colors of #999D12
Black with #999D12
Text Example
Text Example
White with #999D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D12; }
p { color: rgb(153,157,18); }
H1.HeaderClassName
{
color: #999D12;
}
.AnyTagClassName
{
color: #999D12;
}
</style>
background-color css
<style>
a { background-color: #999D12; }
a { background-color: rgb(153,157,18); }
div.DivClassName
{
background-color: #999D12;
}
.BgClassName
{
background-color: #999D12;
}
</style>
border-color css
<style>
span { border-color: #999D12; }
span { border-color: rgb(153,157,18); }
td.TdClassName
{
border-color: #999D12;
}
.TagClassName
{
border-color: #999D12;
}
</style>