Shades of Citrus #96C406
Tints of Citrus #96C406
RGB
CMYK
RGB Variations
Color information
#96C406 (or 0x96C406) is known color: Citrus. HEX triplet: 96, C4 and 06. RGB value is (150,196,6). Sum of RGB (Red+Green+Blue) = 150+196+6=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #96C406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C406 is #693BF9. Grayscale: #A1A1A1. Windows color (decimal): -6896634 or 443542. OLE color: 443542.
HSL color Cylindrical-coordinate representation of color #96C406: hue angle of 74.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96C406 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 196 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.23 |
| HSL | 74.53º | 0.94% | 0.4% | - |
| HSV(B) | 74.53º | 0.97% | 0.77% | - |
| XYZ | 32.35 | 45.98 | 7.34 | - |
| YUV | 160.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 196 | 6 | 0.23 | 0 | 0.97 | 0.23 | 74.53 | 0.94 | 0.4 |
| Hex | 96 | C4 | 6 | 17 | 0 | 61 | 17 | 4B | 5E | 28 |
| Octal | 226 | 304 | 6 | 27 | 0 | 141 | 27 | 113 | 136 | 50 |
| Binary | 10010110 | 11000100 | 110 | 10111 | 0 | 1100001 | 10111 | 1001011 | 1011110 | 101000 |
Color Harmonies of #96C406
Complementary color
Monochromatic Colors of #96C406
Black with #96C406
Text Example
Text Example
White with #96C406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C406; }
p { color: rgb(150,196,6); }
H1.HeaderClassName
{
color: #96C406;
}
.AnyTagClassName
{
color: #96C406;
}
</style>
background-color css
<style>
a { background-color: #96C406; }
a { background-color: rgb(150,196,6); }
div.DivClassName
{
background-color: #96C406;
}
.BgClassName
{
background-color: #96C406;
}
</style>
border-color css
<style>
span { border-color: #96C406; }
span { border-color: rgb(150,196,6); }
td.TdClassName
{
border-color: #96C406;
}
.TagClassName
{
border-color: #96C406;
}
</style>