Shades of Citron #96A32D
Tints of Citron #96A32D
RGB
CMYK
RGB Variations
Color information
#96A32D (or 0x96A32D) is known color: Citron. HEX triplet: 96, A3 and 2D. RGB value is (150,163,45). Sum of RGB (Red+Green+Blue) = 150+163+45=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #96A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A32D is #695CD2. Grayscale: #929292. Windows color (decimal): -6905043 or 2990998. OLE color: 2990998.
HSL color Cylindrical-coordinate representation of color #96A32D: hue angle of 66.61º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96A32D is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 45 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.36 |
| HSL | 66.61º | 0.57% | 0.41% | - |
| HSV(B) | 66.61º | 0.72% | 0.64% | - |
| XYZ | 26.15 | 32.87 | 7.45 | - |
| YUV | 145.66 | 71.19 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 45 | 0.08 | 0 | 0.72 | 0.36 | 66.61 | 0.57 | 0.41 |
| Hex | 96 | A3 | 2D | 8 | 0 | 48 | 24 | 43 | 39 | 29 |
| Octal | 226 | 243 | 55 | 10 | 0 | 110 | 44 | 103 | 71 | 51 |
| Binary | 10010110 | 10100011 | 101101 | 1000 | 0 | 1001000 | 100100 | 1000011 | 111001 | 101001 |
Color Harmonies of #96A32D
Complementary color
Monochromatic Colors of #96A32D
Black with #96A32D
Text Example
Text Example
White with #96A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A32D; }
p { color: rgb(150,163,45); }
H1.HeaderClassName
{
color: #96A32D;
}
.AnyTagClassName
{
color: #96A32D;
}
</style>
background-color css
<style>
a { background-color: #96A32D; }
a { background-color: rgb(150,163,45); }
div.DivClassName
{
background-color: #96A32D;
}
.BgClassName
{
background-color: #96A32D;
}
</style>
border-color css
<style>
span { border-color: #96A32D; }
span { border-color: rgb(150,163,45); }
td.TdClassName
{
border-color: #96A32D;
}
.TagClassName
{
border-color: #96A32D;
}
</style>