Shades of Green Smoke #96AB4A
Tints of Green Smoke #96AB4A
RGB
CMYK
RGB Variations
Color information
#96AB4A (or 0x96AB4A) is known color: Green Smoke. HEX triplet: 96, AB and 4A. RGB value is (150,171,74). Sum of RGB (Red+Green+Blue) = 150+171+74=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB4A is #6954B5. Grayscale: #9A9A9A. Windows color (decimal): -6902966 or 4893590. OLE color: 4893590.
HSL color Cylindrical-coordinate representation of color #96AB4A: hue angle of 72.99º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96AB4A is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 74 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.33 |
| HSL | 72.99º | 0.4% | 0.48% | - |
| HSV(B) | 72.99º | 0.57% | 0.67% | - |
| XYZ | 28.38 | 36.1 | 11.95 | - |
| YUV | 153.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 74 | 0.12 | 0 | 0.57 | 0.33 | 72.99 | 0.4 | 0.48 |
| Hex | 96 | AB | 4A | C | 0 | 39 | 21 | 49 | 28 | 30 |
| Octal | 226 | 253 | 112 | 14 | 0 | 71 | 41 | 111 | 50 | 60 |
| Binary | 10010110 | 10101011 | 1001010 | 1100 | 0 | 111001 | 100001 | 1001001 | 101000 | 110000 |
Color Harmonies of #96AB4A
Complementary color
Monochromatic Colors of #96AB4A
Black with #96AB4A
Text Example
Text Example
White with #96AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB4A; }
p { color: rgb(150,171,74); }
H1.HeaderClassName
{
color: #96AB4A;
}
.AnyTagClassName
{
color: #96AB4A;
}
</style>
background-color css
<style>
a { background-color: #96AB4A; }
a { background-color: rgb(150,171,74); }
div.DivClassName
{
background-color: #96AB4A;
}
.BgClassName
{
background-color: #96AB4A;
}
</style>
border-color css
<style>
span { border-color: #96AB4A; }
span { border-color: rgb(150,171,74); }
td.TdClassName
{
border-color: #96AB4A;
}
.TagClassName
{
border-color: #96AB4A;
}
</style>