Shades of Green Smoke #9BAA4A
Tints of Green Smoke #9BAA4A
RGB
CMYK
RGB Variations
Color information
#9BAA4A (or 0x9BAA4A) is known color: Green Smoke. HEX triplet: 9B, AA and 4A. RGB value is (155,170,74). Sum of RGB (Red+Green+Blue) = 155+170+74=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA4A is #6455B5. Grayscale: #9A9A9A. Windows color (decimal): -6575542 or 4893339. OLE color: 4893339.
HSL color Cylindrical-coordinate representation of color #9BAA4A: hue angle of 69.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BAA4A is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 74 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.33 |
| HSL | 69.38º | 0.39% | 0.48% | - |
| HSV(B) | 69.38º | 0.56% | 0.67% | - |
| XYZ | 29.13 | 36.21 | 11.93 | - |
| YUV | 154.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 74 | 0.09 | 0 | 0.56 | 0.33 | 69.38 | 0.39 | 0.48 |
| Hex | 9B | AA | 4A | 9 | 0 | 38 | 21 | 45 | 27 | 30 |
| Octal | 233 | 252 | 112 | 11 | 0 | 70 | 41 | 105 | 47 | 60 |
| Binary | 10011011 | 10101010 | 1001010 | 1001 | 0 | 111000 | 100001 | 1000101 | 100111 | 110000 |
Color Harmonies of #9BAA4A
Complementary color
Monochromatic Colors of #9BAA4A
Black with #9BAA4A
Text Example
Text Example
White with #9BAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA4A; }
p { color: rgb(155,170,74); }
H1.HeaderClassName
{
color: #9BAA4A;
}
.AnyTagClassName
{
color: #9BAA4A;
}
</style>
background-color css
<style>
a { background-color: #9BAA4A; }
a { background-color: rgb(155,170,74); }
div.DivClassName
{
background-color: #9BAA4A;
}
.BgClassName
{
background-color: #9BAA4A;
}
</style>
border-color css
<style>
span { border-color: #9BAA4A; }
span { border-color: rgb(155,170,74); }
td.TdClassName
{
border-color: #9BAA4A;
}
.TagClassName
{
border-color: #9BAA4A;
}
</style>