Shades of Citrus #99C209
Tints of Citrus #99C209
RGB
CMYK
RGB Variations
Color information
#99C209 (or 0x99C209) is known color: Citrus. HEX triplet: 99, C2 and 09. RGB value is (153,194,9). Sum of RGB (Red+Green+Blue) = 153+194+9=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #99C209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C209 is #663DF6. Grayscale: #A1A1A1. Windows color (decimal): -6700535 or 639641. OLE color: 639641.
HSL color Cylindrical-coordinate representation of color #99C209: hue angle of 73.3º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99C209 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 9 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.24 |
| HSL | 73.3º | 0.91% | 0.4% | - |
| HSV(B) | 73.3º | 0.95% | 0.76% | - |
| XYZ | 32.48 | 45.38 | 7.31 | - |
| YUV | 160.65 | 42.42 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 9 | 0.21 | 0 | 0.95 | 0.24 | 73.3 | 0.91 | 0.4 |
| Hex | 99 | C2 | 9 | 15 | 0 | 5F | 18 | 49 | 5B | 28 |
| Octal | 231 | 302 | 11 | 25 | 0 | 137 | 30 | 111 | 133 | 50 |
| Binary | 10011001 | 11000010 | 1001 | 10101 | 0 | 1011111 | 11000 | 1001001 | 1011011 | 101000 |
Color Harmonies of #99C209
Complementary color
Monochromatic Colors of #99C209
Black with #99C209
Text Example
Text Example
White with #99C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C209; }
p { color: rgb(153,194,9); }
H1.HeaderClassName
{
color: #99C209;
}
.AnyTagClassName
{
color: #99C209;
}
</style>
background-color css
<style>
a { background-color: #99C209; }
a { background-color: rgb(153,194,9); }
div.DivClassName
{
background-color: #99C209;
}
.BgClassName
{
background-color: #99C209;
}
</style>
border-color css
<style>
span { border-color: #99C209; }
span { border-color: rgb(153,194,9); }
td.TdClassName
{
border-color: #99C209;
}
.TagClassName
{
border-color: #99C209;
}
</style>