Shades of Citrus #96C90D
Tints of Citrus #96C90D
RGB
CMYK
RGB Variations
Color information
#96C90D (or 0x96C90D) is known color: Citrus. HEX triplet: 96, C9 and 0D. RGB value is (150,201,13). Sum of RGB (Red+Green+Blue) = 150+201+13=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #96C90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C90D is #6936F2. Grayscale: #A5A5A5. Windows color (decimal): -6895347 or 903574. OLE color: 903574.
HSL color Cylindrical-coordinate representation of color #96C90D: hue angle of 76.28º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96C90D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 13 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.21 |
| HSL | 76.28º | 0.88% | 0.42% | - |
| HSV(B) | 76.28º | 0.94% | 0.79% | - |
| XYZ | 33.54 | 48.29 | 7.93 | - |
| YUV | 164.32 | 42.6 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 13 | 0.25 | 0 | 0.94 | 0.21 | 76.28 | 0.88 | 0.42 |
| Hex | 96 | C9 | D | 19 | 0 | 5E | 15 | 4C | 58 | 2A |
| Octal | 226 | 311 | 15 | 31 | 0 | 136 | 25 | 114 | 130 | 52 |
| Binary | 10010110 | 11001001 | 1101 | 11001 | 0 | 1011110 | 10101 | 1001100 | 1011000 | 101010 |
Color Harmonies of #96C90D
Complementary color
Monochromatic Colors of #96C90D
Black with #96C90D
Text Example
Text Example
White with #96C90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C90D; }
p { color: rgb(150,201,13); }
H1.HeaderClassName
{
color: #96C90D;
}
.AnyTagClassName
{
color: #96C90D;
}
</style>
background-color css
<style>
a { background-color: #96C90D; }
a { background-color: rgb(150,201,13); }
div.DivClassName
{
background-color: #96C90D;
}
.BgClassName
{
background-color: #96C90D;
}
</style>
border-color css
<style>
span { border-color: #96C90D; }
span { border-color: rgb(150,201,13); }
td.TdClassName
{
border-color: #96C90D;
}
.TagClassName
{
border-color: #96C90D;
}
</style>