Shades of Citrus #96C206
Tints of Citrus #96C206
RGB
CMYK
RGB Variations
Color information
#96C206 (or 0x96C206) is known color: Citrus. HEX triplet: 96, C2 and 06. RGB value is (150,194,6). Sum of RGB (Red+Green+Blue) = 150+194+6=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #96C206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C206 is #693DF9. Grayscale: #A0A0A0. Windows color (decimal): -6897146 or 443030. OLE color: 443030.
HSL color Cylindrical-coordinate representation of color #96C206: hue angle of 74.04º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96C206 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.24 |
| HSL | 74.04º | 0.94% | 0.39% | - |
| HSV(B) | 74.04º | 0.97% | 0.76% | - |
| XYZ | 31.9 | 45.08 | 7.19 | - |
| YUV | 159.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 6 | 0.23 | 0 | 0.97 | 0.24 | 74.04 | 0.94 | 0.39 |
| Hex | 96 | C2 | 6 | 17 | 0 | 61 | 18 | 4A | 5E | 27 |
| Octal | 226 | 302 | 6 | 27 | 0 | 141 | 30 | 112 | 136 | 47 |
| Binary | 10010110 | 11000010 | 110 | 10111 | 0 | 1100001 | 11000 | 1001010 | 1011110 | 100111 |
Color Harmonies of #96C206
Complementary color
Monochromatic Colors of #96C206
Black with #96C206
Text Example
Text Example
White with #96C206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C206; }
p { color: rgb(150,194,6); }
H1.HeaderClassName
{
color: #96C206;
}
.AnyTagClassName
{
color: #96C206;
}
</style>
background-color css
<style>
a { background-color: #96C206; }
a { background-color: rgb(150,194,6); }
div.DivClassName
{
background-color: #96C206;
}
.BgClassName
{
background-color: #96C206;
}
</style>
border-color css
<style>
span { border-color: #96C206; }
span { border-color: rgb(150,194,6); }
td.TdClassName
{
border-color: #96C206;
}
.TagClassName
{
border-color: #96C206;
}
</style>