Shades of Citron #96A12E
Tints of Citron #96A12E
RGB
CMYK
RGB Variations
Color information
#96A12E (or 0x96A12E) is known color: Citron. HEX triplet: 96, A1 and 2E. RGB value is (150,161,46). Sum of RGB (Red+Green+Blue) = 150+161+46=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #96A12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A12E is #695ED1. Grayscale: #919191. Windows color (decimal): -6905554 or 3056022. OLE color: 3056022.
HSL color Cylindrical-coordinate representation of color #96A12E: hue angle of 65.74º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96A12E is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 161 | 46 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.37 |
| HSL | 65.74º | 0.56% | 0.41% | - |
| HSV(B) | 65.74º | 0.71% | 0.63% | - |
| XYZ | 25.82 | 32.17 | 7.43 | - |
| YUV | 144.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 46 | 0.07 | 0 | 0.71 | 0.37 | 65.74 | 0.56 | 0.41 |
| Hex | 96 | A1 | 2E | 7 | 0 | 47 | 25 | 42 | 38 | 29 |
| Octal | 226 | 241 | 56 | 7 | 0 | 107 | 45 | 102 | 70 | 51 |
| Binary | 10010110 | 10100001 | 101110 | 111 | 0 | 1000111 | 100101 | 1000010 | 111000 | 101001 |
Color Harmonies of #96A12E
Complementary color
Monochromatic Colors of #96A12E
Black with #96A12E
Text Example
Text Example
White with #96A12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A12E; }
p { color: rgb(150,161,46); }
H1.HeaderClassName
{
color: #96A12E;
}
.AnyTagClassName
{
color: #96A12E;
}
</style>
background-color css
<style>
a { background-color: #96A12E; }
a { background-color: rgb(150,161,46); }
div.DivClassName
{
background-color: #96A12E;
}
.BgClassName
{
background-color: #96A12E;
}
</style>
border-color css
<style>
span { border-color: #96A12E; }
span { border-color: rgb(150,161,46); }
td.TdClassName
{
border-color: #96A12E;
}
.TagClassName
{
border-color: #96A12E;
}
</style>