Shades of Citrus #96C209
Tints of Citrus #96C209
RGB
CMYK
RGB Variations
Color information
#96C209 (or 0x96C209) is known color: Citrus. HEX triplet: 96, C2 and 09. RGB value is (150,194,9). Sum of RGB (Red+Green+Blue) = 150+194+9=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #96C209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C209 is #693DF6. Grayscale: #A0A0A0. Windows color (decimal): -6897143 or 639638. OLE color: 639638.
HSL color Cylindrical-coordinate representation of color #96C209: hue angle of 74.27º 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 #96C209 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 9 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.24 |
| HSL | 74.27º | 0.91% | 0.4% | - |
| HSV(B) | 74.27º | 0.95% | 0.76% | - |
| XYZ | 31.92 | 45.09 | 7.28 | - |
| YUV | 159.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 9 | 0.23 | 0 | 0.95 | 0.24 | 74.27 | 0.91 | 0.4 |
| Hex | 96 | C2 | 9 | 17 | 0 | 5F | 18 | 4A | 5B | 28 |
| Octal | 226 | 302 | 11 | 27 | 0 | 137 | 30 | 112 | 133 | 50 |
| Binary | 10010110 | 11000010 | 1001 | 10111 | 0 | 1011111 | 11000 | 1001010 | 1011011 | 101000 |
Color Harmonies of #96C209
Complementary color
Monochromatic Colors of #96C209
Black with #96C209
Text Example
Text Example
White with #96C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C209; }
p { color: rgb(150,194,9); }
H1.HeaderClassName
{
color: #96C209;
}
.AnyTagClassName
{
color: #96C209;
}
</style>
background-color css
<style>
a { background-color: #96C209; }
a { background-color: rgb(150,194,9); }
div.DivClassName
{
background-color: #96C209;
}
.BgClassName
{
background-color: #96C209;
}
</style>
border-color css
<style>
span { border-color: #96C209; }
span { border-color: rgb(150,194,9); }
td.TdClassName
{
border-color: #96C209;
}
.TagClassName
{
border-color: #96C209;
}
</style>