Shades of Green Smoke #9BAA4F
Tints of Green Smoke #9BAA4F
RGB
CMYK
RGB Variations
Color information
#9BAA4F (or 0x9BAA4F) is known color: Green Smoke. HEX triplet: 9B, AA and 4F. RGB value is (155,170,79). Sum of RGB (Red+Green+Blue) = 155+170+79=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA4F is #6455B0. Grayscale: #9B9B9B. Windows color (decimal): -6575537 or 5221019. OLE color: 5221019.
HSL color Cylindrical-coordinate representation of color #9BAA4F: hue angle of 69.89º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BAA4F is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 79 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.33 |
| HSL | 69.89º | 0.37% | 0.49% | - |
| HSV(B) | 69.89º | 0.54% | 0.67% | - |
| XYZ | 29.3 | 36.28 | 12.86 | - |
| YUV | 155.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 79 | 0.09 | 0 | 0.54 | 0.33 | 69.89 | 0.37 | 0.49 |
| Hex | 9B | AA | 4F | 9 | 0 | 36 | 21 | 46 | 25 | 31 |
| Octal | 233 | 252 | 117 | 11 | 0 | 66 | 41 | 106 | 45 | 61 |
| Binary | 10011011 | 10101010 | 1001111 | 1001 | 0 | 110110 | 100001 | 1000110 | 100101 | 110001 |
Color Harmonies of #9BAA4F
Complementary color
Monochromatic Colors of #9BAA4F
Black with #9BAA4F
Text Example
Text Example
White with #9BAA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA4F; }
p { color: rgb(155,170,79); }
H1.HeaderClassName
{
color: #9BAA4F;
}
.AnyTagClassName
{
color: #9BAA4F;
}
</style>
background-color css
<style>
a { background-color: #9BAA4F; }
a { background-color: rgb(155,170,79); }
div.DivClassName
{
background-color: #9BAA4F;
}
.BgClassName
{
background-color: #9BAA4F;
}
</style>
border-color css
<style>
span { border-color: #9BAA4F; }
span { border-color: rgb(155,170,79); }
td.TdClassName
{
border-color: #9BAA4F;
}
.TagClassName
{
border-color: #9BAA4F;
}
</style>