Shades of Green Smoke #9BAA47
Tints of Green Smoke #9BAA47
RGB
CMYK
RGB Variations
Color information
#9BAA47 (or 0x9BAA47) is known color: Green Smoke. HEX triplet: 9B, AA and 47. RGB value is (155,170,71). Sum of RGB (Red+Green+Blue) = 155+170+71=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA47 is #6455B8. Grayscale: #9A9A9A. Windows color (decimal): -6575545 or 4696731. OLE color: 4696731.
HSL color Cylindrical-coordinate representation of color #9BAA47: hue angle of 69.09º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BAA47 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 71 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.33 |
| HSL | 69.09º | 0.41% | 0.47% | - |
| HSV(B) | 69.09º | 0.58% | 0.67% | - |
| XYZ | 29.03 | 36.17 | 11.41 | - |
| YUV | 154.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 71 | 0.09 | 0 | 0.58 | 0.33 | 69.09 | 0.41 | 0.47 |
| Hex | 9B | AA | 47 | 9 | 0 | 3A | 21 | 45 | 29 | 2F |
| Octal | 233 | 252 | 107 | 11 | 0 | 72 | 41 | 105 | 51 | 57 |
| Binary | 10011011 | 10101010 | 1000111 | 1001 | 0 | 111010 | 100001 | 1000101 | 101001 | 101111 |
Color Harmonies of #9BAA47
Complementary color
Monochromatic Colors of #9BAA47
Black with #9BAA47
Text Example
Text Example
White with #9BAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA47; }
p { color: rgb(155,170,71); }
H1.HeaderClassName
{
color: #9BAA47;
}
.AnyTagClassName
{
color: #9BAA47;
}
</style>
background-color css
<style>
a { background-color: #9BAA47; }
a { background-color: rgb(155,170,71); }
div.DivClassName
{
background-color: #9BAA47;
}
.BgClassName
{
background-color: #9BAA47;
}
</style>
border-color css
<style>
span { border-color: #9BAA47; }
span { border-color: rgb(155,170,71); }
td.TdClassName
{
border-color: #9BAA47;
}
.TagClassName
{
border-color: #9BAA47;
}
</style>