Shades of Green Smoke #96AB49
Tints of Green Smoke #96AB49
RGB
CMYK
RGB Variations
Color information
#96AB49 (or 0x96AB49) is known color: Green Smoke. HEX triplet: 96, AB and 49. RGB value is (150,171,73). Sum of RGB (Red+Green+Blue) = 150+171+73=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB49 is #6954B6. Grayscale: #999999. Windows color (decimal): -6902967 or 4828054. OLE color: 4828054.
HSL color Cylindrical-coordinate representation of color #96AB49: hue angle of 72.86º 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 #96AB49 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 73 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.33 |
| HSL | 72.86º | 0.4% | 0.48% | - |
| HSV(B) | 72.86º | 0.57% | 0.67% | - |
| XYZ | 28.34 | 36.09 | 11.78 | - |
| YUV | 153.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 73 | 0.12 | 0 | 0.57 | 0.33 | 72.86 | 0.4 | 0.48 |
| Hex | 96 | AB | 49 | C | 0 | 39 | 21 | 49 | 28 | 30 |
| Octal | 226 | 253 | 111 | 14 | 0 | 71 | 41 | 111 | 50 | 60 |
| Binary | 10010110 | 10101011 | 1001001 | 1100 | 0 | 111001 | 100001 | 1001001 | 101000 | 110000 |
Color Harmonies of #96AB49
Complementary color
Monochromatic Colors of #96AB49
Black with #96AB49
Text Example
Text Example
White with #96AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB49; }
p { color: rgb(150,171,73); }
H1.HeaderClassName
{
color: #96AB49;
}
.AnyTagClassName
{
color: #96AB49;
}
</style>
background-color css
<style>
a { background-color: #96AB49; }
a { background-color: rgb(150,171,73); }
div.DivClassName
{
background-color: #96AB49;
}
.BgClassName
{
background-color: #96AB49;
}
</style>
border-color css
<style>
span { border-color: #96AB49; }
span { border-color: rgb(150,171,73); }
td.TdClassName
{
border-color: #96AB49;
}
.TagClassName
{
border-color: #96AB49;
}
</style>