Shades of Citrus #96C016
Tints of Citrus #96C016
RGB
CMYK
RGB Variations
Color information
#96C016 (or 0x96C016) is known color: Citrus. HEX triplet: 96, C0 and 16. RGB value is (150,192,22). Sum of RGB (Red+Green+Blue) = 150+192+22=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #96C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C016 is #693FE9. Grayscale: #A0A0A0. Windows color (decimal): -6897642 or 1491094. OLE color: 1491094.
HSL color Cylindrical-coordinate representation of color #96C016: hue angle of 74.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96C016 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 22 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.25 |
| HSL | 74.82º | 0.79% | 0.42% | - |
| HSV(B) | 74.82º | 0.89% | 0.75% | - |
| XYZ | 31.57 | 44.24 | 7.63 | - |
| YUV | 160.06 | 50.09 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 22 | 0.22 | 0 | 0.89 | 0.25 | 74.82 | 0.79 | 0.42 |
| Hex | 96 | C0 | 16 | 16 | 0 | 59 | 19 | 4B | 4F | 2A |
| Octal | 226 | 300 | 26 | 26 | 0 | 131 | 31 | 113 | 117 | 52 |
| Binary | 10010110 | 11000000 | 10110 | 10110 | 0 | 1011001 | 11001 | 1001011 | 1001111 | 101010 |
Color Harmonies of #96C016
Complementary color
Monochromatic Colors of #96C016
Black with #96C016
Text Example
Text Example
White with #96C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C016; }
p { color: rgb(150,192,22); }
H1.HeaderClassName
{
color: #96C016;
}
.AnyTagClassName
{
color: #96C016;
}
</style>
background-color css
<style>
a { background-color: #96C016; }
a { background-color: rgb(150,192,22); }
div.DivClassName
{
background-color: #96C016;
}
.BgClassName
{
background-color: #96C016;
}
</style>
border-color css
<style>
span { border-color: #96C016; }
span { border-color: rgb(150,192,22); }
td.TdClassName
{
border-color: #96C016;
}
.TagClassName
{
border-color: #96C016;
}
</style>