Shades of Green Smoke #9BAB61
Tints of Green Smoke #9BAB61
RGB
CMYK
RGB Variations
Color information
#9BAB61 (or 0x9BAB61) is known color: Green Smoke. HEX triplet: 9B, AB and 61. RGB value is (155,171,97). Sum of RGB (Red+Green+Blue) = 155+171+97=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB61 is #64549E. Grayscale: #9E9E9E. Windows color (decimal): -6575263 or 6400923. OLE color: 6400923.
HSL color Cylindrical-coordinate representation of color #9BAB61: hue angle of 72.97º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BAB61 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 97 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.33 |
| HSL | 72.97º | 0.31% | 0.53% | - |
| HSV(B) | 72.97º | 0.43% | 0.67% | - |
| XYZ | 30.24 | 36.96 | 16.85 | - |
| YUV | 157.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 97 | 0.09 | 0 | 0.43 | 0.33 | 72.97 | 0.31 | 0.53 |
| Hex | 9B | AB | 61 | 9 | 0 | 2B | 21 | 49 | 1F | 35 |
| Octal | 233 | 253 | 141 | 11 | 0 | 53 | 41 | 111 | 37 | 65 |
| Binary | 10011011 | 10101011 | 1100001 | 1001 | 0 | 101011 | 100001 | 1001001 | 11111 | 110101 |
Color Harmonies of #9BAB61
Complementary color
Monochromatic Colors of #9BAB61
Black with #9BAB61
Text Example
Text Example
White with #9BAB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB61; }
p { color: rgb(155,171,97); }
H1.HeaderClassName
{
color: #9BAB61;
}
.AnyTagClassName
{
color: #9BAB61;
}
</style>
background-color css
<style>
a { background-color: #9BAB61; }
a { background-color: rgb(155,171,97); }
div.DivClassName
{
background-color: #9BAB61;
}
.BgClassName
{
background-color: #9BAB61;
}
</style>
border-color css
<style>
span { border-color: #9BAB61; }
span { border-color: rgb(155,171,97); }
td.TdClassName
{
border-color: #9BAB61;
}
.TagClassName
{
border-color: #9BAB61;
}
</style>