Shades of Green Smoke #9BAB49
Tints of Green Smoke #9BAB49
RGB
CMYK
RGB Variations
Color information
#9BAB49 (or 0x9BAB49) is known color: Green Smoke. HEX triplet: 9B, AB and 49. RGB value is (155,171,73). Sum of RGB (Red+Green+Blue) = 155+171+73=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAB49 is #6454B6. Grayscale: #9B9B9B. Windows color (decimal): -6575287 or 4828059. OLE color: 4828059.
HSL color Cylindrical-coordinate representation of color #9BAB49: hue angle of 69.8º 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 #9BAB49 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 73 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.33 |
| HSL | 69.8º | 0.4% | 0.48% | - |
| HSV(B) | 69.8º | 0.57% | 0.67% | - |
| XYZ | 29.28 | 36.58 | 11.82 | - |
| YUV | 155.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 73 | 0.09 | 0 | 0.57 | 0.33 | 69.8 | 0.4 | 0.48 |
| Hex | 9B | AB | 49 | 9 | 0 | 39 | 21 | 46 | 28 | 30 |
| Octal | 233 | 253 | 111 | 11 | 0 | 71 | 41 | 106 | 50 | 60 |
| Binary | 10011011 | 10101011 | 1001001 | 1001 | 0 | 111001 | 100001 | 1000110 | 101000 | 110000 |
Color Harmonies of #9BAB49
Complementary color
Monochromatic Colors of #9BAB49
Black with #9BAB49
Text Example
Text Example
White with #9BAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB49; }
p { color: rgb(155,171,73); }
H1.HeaderClassName
{
color: #9BAB49;
}
.AnyTagClassName
{
color: #9BAB49;
}
</style>
background-color css
<style>
a { background-color: #9BAB49; }
a { background-color: rgb(155,171,73); }
div.DivClassName
{
background-color: #9BAB49;
}
.BgClassName
{
background-color: #9BAB49;
}
</style>
border-color css
<style>
span { border-color: #9BAB49; }
span { border-color: rgb(155,171,73); }
td.TdClassName
{
border-color: #9BAB49;
}
.TagClassName
{
border-color: #9BAB49;
}
</style>