Shades of Green Smoke #9BAB55
Tints of Green Smoke #9BAB55
RGB
CMYK
RGB Variations
Color information
#9BAB55 (or 0x9BAB55) is known color: Green Smoke. HEX triplet: 9B, AB and 55. RGB value is (155,171,85). Sum of RGB (Red+Green+Blue) = 155+171+85=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB55 is #6454AA. Grayscale: #9C9C9C. Windows color (decimal): -6575275 or 5614491. OLE color: 5614491.
HSL color Cylindrical-coordinate representation of color #9BAB55: hue angle of 71.16º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BAB55 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 85 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.33 |
| HSL | 71.16º | 0.34% | 0.5% | - |
| HSV(B) | 71.16º | 0.5% | 0.67% | - |
| XYZ | 29.72 | 36.75 | 14.12 | - |
| YUV | 156.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 85 | 0.09 | 0 | 0.50 | 0.33 | 71.16 | 0.34 | 0.5 |
| Hex | 9B | AB | 55 | 9 | 0 | 32 | 21 | 47 | 22 | 32 |
| Octal | 233 | 253 | 125 | 11 | 0 | 62 | 41 | 107 | 42 | 62 |
| Binary | 10011011 | 10101011 | 1010101 | 1001 | 0 | 110010 | 100001 | 1000111 | 100010 | 110010 |
Color Harmonies of #9BAB55
Complementary color
Monochromatic Colors of #9BAB55
Black with #9BAB55
Text Example
Text Example
White with #9BAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB55; }
p { color: rgb(155,171,85); }
H1.HeaderClassName
{
color: #9BAB55;
}
.AnyTagClassName
{
color: #9BAB55;
}
</style>
background-color css
<style>
a { background-color: #9BAB55; }
a { background-color: rgb(155,171,85); }
div.DivClassName
{
background-color: #9BAB55;
}
.BgClassName
{
background-color: #9BAB55;
}
</style>
border-color css
<style>
span { border-color: #9BAB55; }
span { border-color: rgb(155,171,85); }
td.TdClassName
{
border-color: #9BAB55;
}
.TagClassName
{
border-color: #9BAB55;
}
</style>