Shades of Citrus #99A409
Tints of Citrus #99A409
RGB
CMYK
RGB Variations
Color information
#99A409 (or 0x99A409) is known color: Citrus. HEX triplet: 99, A4 and 09. RGB value is (153,164,9). Sum of RGB (Red+Green+Blue) = 153+164+9=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #99A409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A409 is #665BF6. Grayscale: #8F8F8F. Windows color (decimal): -6708215 or 631961. OLE color: 631961.
HSL color Cylindrical-coordinate representation of color #99A409: hue angle of 64.26º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99A409 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 9 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.36 |
| HSL | 64.26º | 0.9% | 0.34% | - |
| HSV(B) | 64.26º | 0.95% | 0.64% | - |
| XYZ | 26.46 | 33.34 | 5.3 | - |
| YUV | 143.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 9 | 0.07 | 0 | 0.95 | 0.36 | 64.26 | 0.9 | 0.34 |
| Hex | 99 | A4 | 9 | 7 | 0 | 5F | 24 | 40 | 5A | 22 |
| Octal | 231 | 244 | 11 | 7 | 0 | 137 | 44 | 100 | 132 | 42 |
| Binary | 10011001 | 10100100 | 1001 | 111 | 0 | 1011111 | 100100 | 1000000 | 1011010 | 100010 |
Color Harmonies of #99A409
Complementary color
Monochromatic Colors of #99A409
Black with #99A409
Text Example
Text Example
White with #99A409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A409; }
p { color: rgb(153,164,9); }
H1.HeaderClassName
{
color: #99A409;
}
.AnyTagClassName
{
color: #99A409;
}
</style>
background-color css
<style>
a { background-color: #99A409; }
a { background-color: rgb(153,164,9); }
div.DivClassName
{
background-color: #99A409;
}
.BgClassName
{
background-color: #99A409;
}
</style>
border-color css
<style>
span { border-color: #99A409; }
span { border-color: rgb(153,164,9); }
td.TdClassName
{
border-color: #99A409;
}
.TagClassName
{
border-color: #99A409;
}
</style>