Shades of Citrus #99A805
Tints of Citrus #99A805
RGB
CMYK
RGB Variations
Color information
#99A805 (or 0x99A805) is known color: Citrus. HEX triplet: 99, A8 and 05. RGB value is (153,168,5). Sum of RGB (Red+Green+Blue) = 153+168+5=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #99A805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A805 is #6657FA. Grayscale: #919191. Windows color (decimal): -6707195 or 370841. OLE color: 370841.
HSL color Cylindrical-coordinate representation of color #99A805: hue angle of 65.52º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99A805 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.34 |
| HSL | 65.52º | 0.94% | 0.34% | - |
| HSV(B) | 65.52º | 0.97% | 0.66% | - |
| XYZ | 27.17 | 34.79 | 5.43 | - |
| YUV | 144.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 5 | 0.09 | 0 | 0.97 | 0.34 | 65.52 | 0.94 | 0.34 |
| Hex | 99 | A8 | 5 | 9 | 0 | 61 | 22 | 42 | 5E | 22 |
| Octal | 231 | 250 | 5 | 11 | 0 | 141 | 42 | 102 | 136 | 42 |
| Binary | 10011001 | 10101000 | 101 | 1001 | 0 | 1100001 | 100010 | 1000010 | 1011110 | 100010 |
Color Harmonies of #99A805
Complementary color
Monochromatic Colors of #99A805
Black with #99A805
Text Example
Text Example
White with #99A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A805; }
p { color: rgb(153,168,5); }
H1.HeaderClassName
{
color: #99A805;
}
.AnyTagClassName
{
color: #99A805;
}
</style>
background-color css
<style>
a { background-color: #99A805; }
a { background-color: rgb(153,168,5); }
div.DivClassName
{
background-color: #99A805;
}
.BgClassName
{
background-color: #99A805;
}
</style>
border-color css
<style>
span { border-color: #99A805; }
span { border-color: rgb(153,168,5); }
td.TdClassName
{
border-color: #99A805;
}
.TagClassName
{
border-color: #99A805;
}
</style>