Shades of Green Smoke #96AA51
Tints of Green Smoke #96AA51
RGB
CMYK
RGB Variations
Color information
#96AA51 (or 0x96AA51) is known color: Green Smoke. HEX triplet: 96, AA and 51. RGB value is (150,170,81). Sum of RGB (Red+Green+Blue) = 150+170+81=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA51 is #6955AE. Grayscale: #9A9A9A. Windows color (decimal): -6903215 or 5352086. OLE color: 5352086.
HSL color Cylindrical-coordinate representation of color #96AA51: hue angle of 73.48º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96AA51 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 81 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.33 |
| HSL | 73.48º | 0.35% | 0.49% | - |
| HSV(B) | 73.48º | 0.52% | 0.67% | - |
| XYZ | 28.44 | 35.83 | 13.2 | - |
| YUV | 153.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 81 | 0.12 | 0 | 0.52 | 0.33 | 73.48 | 0.35 | 0.49 |
| Hex | 96 | AA | 51 | C | 0 | 34 | 21 | 49 | 23 | 31 |
| Octal | 226 | 252 | 121 | 14 | 0 | 64 | 41 | 111 | 43 | 61 |
| Binary | 10010110 | 10101010 | 1010001 | 1100 | 0 | 110100 | 100001 | 1001001 | 100011 | 110001 |
Color Harmonies of #96AA51
Complementary color
Monochromatic Colors of #96AA51
Black with #96AA51
Text Example
Text Example
White with #96AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA51; }
p { color: rgb(150,170,81); }
H1.HeaderClassName
{
color: #96AA51;
}
.AnyTagClassName
{
color: #96AA51;
}
</style>
background-color css
<style>
a { background-color: #96AA51; }
a { background-color: rgb(150,170,81); }
div.DivClassName
{
background-color: #96AA51;
}
.BgClassName
{
background-color: #96AA51;
}
</style>
border-color css
<style>
span { border-color: #96AA51; }
span { border-color: rgb(150,170,81); }
td.TdClassName
{
border-color: #96AA51;
}
.TagClassName
{
border-color: #96AA51;
}
</style>