Shades of Green Smoke #9BAB4A
Tints of Green Smoke #9BAB4A
RGB
CMYK
RGB Variations
Color information
#9BAB4A (or 0x9BAB4A) is known color: Green Smoke. HEX triplet: 9B, AB and 4A. RGB value is (155,171,74). Sum of RGB (Red+Green+Blue) = 155+171+74=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAB4A is #6454B5. Grayscale: #9B9B9B. Windows color (decimal): -6575286 or 4893595. OLE color: 4893595.
HSL color Cylindrical-coordinate representation of color #9BAB4A: hue angle of 69.9º 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 #9BAB4A is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 74 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.33 |
| HSL | 69.9º | 0.4% | 0.48% | - |
| HSV(B) | 69.9º | 0.57% | 0.67% | - |
| XYZ | 29.32 | 36.59 | 12 | - |
| YUV | 155.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 74 | 0.09 | 0 | 0.57 | 0.33 | 69.9 | 0.4 | 0.48 |
| Hex | 9B | AB | 4A | 9 | 0 | 39 | 21 | 46 | 28 | 30 |
| Octal | 233 | 253 | 112 | 11 | 0 | 71 | 41 | 106 | 50 | 60 |
| Binary | 10011011 | 10101011 | 1001010 | 1001 | 0 | 111001 | 100001 | 1000110 | 101000 | 110000 |
Color Harmonies of #9BAB4A
Complementary color
Monochromatic Colors of #9BAB4A
Black with #9BAB4A
Text Example
Text Example
White with #9BAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB4A; }
p { color: rgb(155,171,74); }
H1.HeaderClassName
{
color: #9BAB4A;
}
.AnyTagClassName
{
color: #9BAB4A;
}
</style>
background-color css
<style>
a { background-color: #9BAB4A; }
a { background-color: rgb(155,171,74); }
div.DivClassName
{
background-color: #9BAB4A;
}
.BgClassName
{
background-color: #9BAB4A;
}
</style>
border-color css
<style>
span { border-color: #9BAB4A; }
span { border-color: rgb(155,171,74); }
td.TdClassName
{
border-color: #9BAB4A;
}
.TagClassName
{
border-color: #9BAB4A;
}
</style>