Shades of Citrus #99A613
Tints of Citrus #99A613
RGB
CMYK
RGB Variations
Color information
#99A613 (or 0x99A613) is known color: Citrus. HEX triplet: 99, A6 and 13. RGB value is (153,166,19). Sum of RGB (Red+Green+Blue) = 153+166+19=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #99A613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A613 is #6659EC. Grayscale: #919191. Windows color (decimal): -6707693 or 1287833. OLE color: 1287833.
HSL color Cylindrical-coordinate representation of color #99A613: hue angle of 65.31º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99A613 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 19 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.35 |
| HSL | 65.31º | 0.79% | 0.36% | - |
| HSV(B) | 65.31º | 0.89% | 0.65% | - |
| XYZ | 26.89 | 34.09 | 5.78 | - |
| YUV | 145.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 19 | 0.08 | 0 | 0.89 | 0.35 | 65.31 | 0.79 | 0.36 |
| Hex | 99 | A6 | 13 | 8 | 0 | 59 | 23 | 41 | 4F | 24 |
| Octal | 231 | 246 | 23 | 10 | 0 | 131 | 43 | 101 | 117 | 44 |
| Binary | 10011001 | 10100110 | 10011 | 1000 | 0 | 1011001 | 100011 | 1000001 | 1001111 | 100100 |
Color Harmonies of #99A613
Complementary color
Monochromatic Colors of #99A613
Black with #99A613
Text Example
Text Example
White with #99A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A613; }
p { color: rgb(153,166,19); }
H1.HeaderClassName
{
color: #99A613;
}
.AnyTagClassName
{
color: #99A613;
}
</style>
background-color css
<style>
a { background-color: #99A613; }
a { background-color: rgb(153,166,19); }
div.DivClassName
{
background-color: #99A613;
}
.BgClassName
{
background-color: #99A613;
}
</style>
border-color css
<style>
span { border-color: #99A613; }
span { border-color: rgb(153,166,19); }
td.TdClassName
{
border-color: #99A613;
}
.TagClassName
{
border-color: #99A613;
}
</style>