Shades of Citrus #96C015
Tints of Citrus #96C015
RGB
CMYK
RGB Variations
Color information
#96C015 (or 0x96C015) is known color: Citrus. HEX triplet: 96, C0 and 15. RGB value is (150,192,21). Sum of RGB (Red+Green+Blue) = 150+192+21=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #96C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C015 is #693FEA. Grayscale: #A0A0A0. Windows color (decimal): -6897643 or 1425558. OLE color: 1425558.
HSL color Cylindrical-coordinate representation of color #96C015: hue angle of 74.74º degrees, saturation: 0.8, 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 #96C015 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 21 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.25 |
| HSL | 74.74º | 0.8% | 0.42% | - |
| HSV(B) | 74.74º | 0.89% | 0.75% | - |
| XYZ | 31.56 | 44.24 | 7.58 | - |
| YUV | 159.95 | 49.59 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 21 | 0.22 | 0 | 0.89 | 0.25 | 74.74 | 0.8 | 0.42 |
| Hex | 96 | C0 | 15 | 16 | 0 | 59 | 19 | 4B | 50 | 2A |
| Octal | 226 | 300 | 25 | 26 | 0 | 131 | 31 | 113 | 120 | 52 |
| Binary | 10010110 | 11000000 | 10101 | 10110 | 0 | 1011001 | 11001 | 1001011 | 1010000 | 101010 |
Color Harmonies of #96C015
Complementary color
Monochromatic Colors of #96C015
Black with #96C015
Text Example
Text Example
White with #96C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C015; }
p { color: rgb(150,192,21); }
H1.HeaderClassName
{
color: #96C015;
}
.AnyTagClassName
{
color: #96C015;
}
</style>
background-color css
<style>
a { background-color: #96C015; }
a { background-color: rgb(150,192,21); }
div.DivClassName
{
background-color: #96C015;
}
.BgClassName
{
background-color: #96C015;
}
</style>
border-color css
<style>
span { border-color: #96C015; }
span { border-color: rgb(150,192,21); }
td.TdClassName
{
border-color: #96C015;
}
.TagClassName
{
border-color: #96C015;
}
</style>