Shades of Citron #96A013
Tints of Citron #96A013
RGB
CMYK
RGB Variations
Color information
#96A013 (or 0x96A013) is known color: Citron. HEX triplet: 96, A0 and 13. RGB value is (150,160,19). Sum of RGB (Red+Green+Blue) = 150+160+19=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #96A013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A013 is #695FEC. Grayscale: #8D8D8D. Windows color (decimal): -6905837 or 1286294. OLE color: 1286294.
HSL color Cylindrical-coordinate representation of color #96A013: hue angle of 64.26º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96A013 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 19 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.37 |
| HSL | 64.26º | 0.79% | 0.35% | - |
| HSV(B) | 64.26º | 0.88% | 0.63% | - |
| XYZ | 25.27 | 31.67 | 5.4 | - |
| YUV | 140.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 19 | 0.06 | 0 | 0.88 | 0.37 | 64.26 | 0.79 | 0.35 |
| Hex | 96 | A0 | 13 | 6 | 0 | 58 | 25 | 40 | 4F | 23 |
| Octal | 226 | 240 | 23 | 6 | 0 | 130 | 45 | 100 | 117 | 43 |
| Binary | 10010110 | 10100000 | 10011 | 110 | 0 | 1011000 | 100101 | 1000000 | 1001111 | 100011 |
Color Harmonies of #96A013
Complementary color
Monochromatic Colors of #96A013
Black with #96A013
Text Example
Text Example
White with #96A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A013; }
p { color: rgb(150,160,19); }
H1.HeaderClassName
{
color: #96A013;
}
.AnyTagClassName
{
color: #96A013;
}
</style>
background-color css
<style>
a { background-color: #96A013; }
a { background-color: rgb(150,160,19); }
div.DivClassName
{
background-color: #96A013;
}
.BgClassName
{
background-color: #96A013;
}
</style>
border-color css
<style>
span { border-color: #96A013; }
span { border-color: rgb(150,160,19); }
td.TdClassName
{
border-color: #96A013;
}
.TagClassName
{
border-color: #96A013;
}
</style>