Shades of Citron #96A02D
Tints of Citron #96A02D
RGB
CMYK
RGB Variations
Color information
#96A02D (or 0x96A02D) is known color: Citron. HEX triplet: 96, A0 and 2D. RGB value is (150,160,45). Sum of RGB (Red+Green+Blue) = 150+160+45=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #96A02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A02D is #695FD2. Grayscale: #909090. Windows color (decimal): -6905811 or 2990230. OLE color: 2990230.
HSL color Cylindrical-coordinate representation of color #96A02D: hue angle of 65.22º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96A02D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 45 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.37 |
| HSL | 65.22º | 0.56% | 0.4% | - |
| HSV(B) | 65.22º | 0.72% | 0.63% | - |
| XYZ | 25.62 | 31.82 | 7.27 | - |
| YUV | 143.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 45 | 0.06 | 0 | 0.72 | 0.37 | 65.22 | 0.56 | 0.4 |
| Hex | 96 | A0 | 2D | 6 | 0 | 48 | 25 | 41 | 38 | 28 |
| Octal | 226 | 240 | 55 | 6 | 0 | 110 | 45 | 101 | 70 | 50 |
| Binary | 10010110 | 10100000 | 101101 | 110 | 0 | 1001000 | 100101 | 1000001 | 111000 | 101000 |
Color Harmonies of #96A02D
Complementary color
Monochromatic Colors of #96A02D
Black with #96A02D
Text Example
Text Example
White with #96A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A02D; }
p { color: rgb(150,160,45); }
H1.HeaderClassName
{
color: #96A02D;
}
.AnyTagClassName
{
color: #96A02D;
}
</style>
background-color css
<style>
a { background-color: #96A02D; }
a { background-color: rgb(150,160,45); }
div.DivClassName
{
background-color: #96A02D;
}
.BgClassName
{
background-color: #96A02D;
}
</style>
border-color css
<style>
span { border-color: #96A02D; }
span { border-color: rgb(150,160,45); }
td.TdClassName
{
border-color: #96A02D;
}
.TagClassName
{
border-color: #96A02D;
}
</style>