Shades of Citron #99A00D
Tints of Citron #99A00D
RGB
CMYK
RGB Variations
Color information
#99A00D (or 0x99A00D) is known color: Citron. HEX triplet: 99, A0 and 0D. RGB value is (153,160,13). Sum of RGB (Red+Green+Blue) = 153+160+13=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #99A00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A00D is #665FF2. Grayscale: #8D8D8D. Windows color (decimal): -6709235 or 893081. OLE color: 893081.
HSL color Cylindrical-coordinate representation of color #99A00D: hue angle of 62.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99A00D is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 13 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.37 |
| HSL | 62.86º | 0.85% | 0.34% | - |
| HSV(B) | 62.86º | 0.92% | 0.63% | - |
| XYZ | 25.78 | 31.94 | 5.19 | - |
| YUV | 141.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 13 | 0.04 | 0 | 0.92 | 0.37 | 62.86 | 0.85 | 0.34 |
| Hex | 99 | A0 | D | 4 | 0 | 5C | 25 | 3F | 55 | 22 |
| Octal | 231 | 240 | 15 | 4 | 0 | 134 | 45 | 77 | 125 | 42 |
| Binary | 10011001 | 10100000 | 1101 | 100 | 0 | 1011100 | 100101 | 111111 | 1010101 | 100010 |
Color Harmonies of #99A00D
Complementary color
Monochromatic Colors of #99A00D
Black with #99A00D
Text Example
Text Example
White with #99A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A00D; }
p { color: rgb(153,160,13); }
H1.HeaderClassName
{
color: #99A00D;
}
.AnyTagClassName
{
color: #99A00D;
}
</style>
background-color css
<style>
a { background-color: #99A00D; }
a { background-color: rgb(153,160,13); }
div.DivClassName
{
background-color: #99A00D;
}
.BgClassName
{
background-color: #99A00D;
}
</style>
border-color css
<style>
span { border-color: #99A00D; }
span { border-color: rgb(153,160,13); }
td.TdClassName
{
border-color: #99A00D;
}
.TagClassName
{
border-color: #99A00D;
}
</style>