Shades of Citron #96A228
Tints of Citron #96A228
RGB
CMYK
RGB Variations
Color information
#96A228 (or 0x96A228) is known color: Citron. HEX triplet: 96, A2 and 28. RGB value is (150,162,40). Sum of RGB (Red+Green+Blue) = 150+162+40=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #96A228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A228 is #695DD7. Grayscale: #909090. Windows color (decimal): -6905304 or 2663062. OLE color: 2663062.
HSL color Cylindrical-coordinate representation of color #96A228: hue angle of 65.9º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96A228 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 40 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.36 |
| HSL | 65.9º | 0.6% | 0.4% | - |
| HSV(B) | 65.9º | 0.75% | 0.64% | - |
| XYZ | 25.88 | 32.48 | 6.91 | - |
| YUV | 144.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 40 | 0.07 | 0 | 0.75 | 0.36 | 65.9 | 0.6 | 0.4 |
| Hex | 96 | A2 | 28 | 7 | 0 | 4B | 24 | 42 | 3C | 28 |
| Octal | 226 | 242 | 50 | 7 | 0 | 113 | 44 | 102 | 74 | 50 |
| Binary | 10010110 | 10100010 | 101000 | 111 | 0 | 1001011 | 100100 | 1000010 | 111100 | 101000 |
Color Harmonies of #96A228
Complementary color
Monochromatic Colors of #96A228
Black with #96A228
Text Example
Text Example
White with #96A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A228; }
p { color: rgb(150,162,40); }
H1.HeaderClassName
{
color: #96A228;
}
.AnyTagClassName
{
color: #96A228;
}
</style>
background-color css
<style>
a { background-color: #96A228; }
a { background-color: rgb(150,162,40); }
div.DivClassName
{
background-color: #96A228;
}
.BgClassName
{
background-color: #96A228;
}
</style>
border-color css
<style>
span { border-color: #96A228; }
span { border-color: rgb(150,162,40); }
td.TdClassName
{
border-color: #96A228;
}
.TagClassName
{
border-color: #96A228;
}
</style>