Shades of Citron #96A236
Tints of Citron #96A236
RGB
CMYK
RGB Variations
Color information
#96A236 (or 0x96A236) is known color: Citron. HEX triplet: 96, A2 and 36. RGB value is (150,162,54). Sum of RGB (Red+Green+Blue) = 150+162+54=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #96A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A236 is #695DC9. Grayscale: #929292. Windows color (decimal): -6905290 or 3580566. OLE color: 3580566.
HSL color Cylindrical-coordinate representation of color #96A236: hue angle of 66.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96A236 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 54 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.36 |
| HSL | 66.67º | 0.5% | 0.42% | - |
| HSV(B) | 66.67º | 0.67% | 0.64% | - |
| XYZ | 26.16 | 32.59 | 8.4 | - |
| YUV | 146.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 54 | 0.07 | 0 | 0.67 | 0.36 | 66.67 | 0.5 | 0.42 |
| Hex | 96 | A2 | 36 | 7 | 0 | 43 | 24 | 43 | 32 | 2A |
| Octal | 226 | 242 | 66 | 7 | 0 | 103 | 44 | 103 | 62 | 52 |
| Binary | 10010110 | 10100010 | 110110 | 111 | 0 | 1000011 | 100100 | 1000011 | 110010 | 101010 |
Color Harmonies of #96A236
Complementary color
Monochromatic Colors of #96A236
Black with #96A236
Text Example
Text Example
White with #96A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A236; }
p { color: rgb(150,162,54); }
H1.HeaderClassName
{
color: #96A236;
}
.AnyTagClassName
{
color: #96A236;
}
</style>
background-color css
<style>
a { background-color: #96A236; }
a { background-color: rgb(150,162,54); }
div.DivClassName
{
background-color: #96A236;
}
.BgClassName
{
background-color: #96A236;
}
</style>
border-color css
<style>
span { border-color: #96A236; }
span { border-color: rgb(150,162,54); }
td.TdClassName
{
border-color: #96A236;
}
.TagClassName
{
border-color: #96A236;
}
</style>