Shades of Citrus #96C10D
Tints of Citrus #96C10D
RGB
CMYK
RGB Variations
Color information
#96C10D (or 0x96C10D) is known color: Citrus. HEX triplet: 96, C1 and 0D. RGB value is (150,193,13). Sum of RGB (Red+Green+Blue) = 150+193+13=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #96C10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C10D is #693EF2. Grayscale: #A0A0A0. Windows color (decimal): -6897395 or 901526. OLE color: 901526.
HSL color Cylindrical-coordinate representation of color #96C10D: hue angle of 74.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96C10D is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 13 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.24 |
| HSL | 74.33º | 0.87% | 0.4% | - |
| HSV(B) | 74.33º | 0.93% | 0.76% | - |
| XYZ | 31.72 | 44.65 | 7.33 | - |
| YUV | 159.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 13 | 0.22 | 0 | 0.93 | 0.24 | 74.33 | 0.87 | 0.4 |
| Hex | 96 | C1 | D | 16 | 0 | 5D | 18 | 4A | 57 | 28 |
| Octal | 226 | 301 | 15 | 26 | 0 | 135 | 30 | 112 | 127 | 50 |
| Binary | 10010110 | 11000001 | 1101 | 10110 | 0 | 1011101 | 11000 | 1001010 | 1010111 | 101000 |
Color Harmonies of #96C10D
Complementary color
Monochromatic Colors of #96C10D
Black with #96C10D
Text Example
Text Example
White with #96C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C10D; }
p { color: rgb(150,193,13); }
H1.HeaderClassName
{
color: #96C10D;
}
.AnyTagClassName
{
color: #96C10D;
}
</style>
background-color css
<style>
a { background-color: #96C10D; }
a { background-color: rgb(150,193,13); }
div.DivClassName
{
background-color: #96C10D;
}
.BgClassName
{
background-color: #96C10D;
}
</style>
border-color css
<style>
span { border-color: #96C10D; }
span { border-color: rgb(150,193,13); }
td.TdClassName
{
border-color: #96C10D;
}
.TagClassName
{
border-color: #96C10D;
}
</style>