Shades of Green Smoke #9BAB56
Tints of Green Smoke #9BAB56
RGB
CMYK
RGB Variations
Color information
#9BAB56 (or 0x9BAB56) is known color: Green Smoke. HEX triplet: 9B, AB and 56. RGB value is (155,171,86). Sum of RGB (Red+Green+Blue) = 155+171+86=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB56 is #6454A9. Grayscale: #9C9C9C. Windows color (decimal): -6575274 or 5680027. OLE color: 5680027.
HSL color Cylindrical-coordinate representation of color #9BAB56: hue angle of 71.29º 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 #9BAB56 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 86 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.33 |
| HSL | 71.29º | 0.34% | 0.5% | - |
| HSV(B) | 71.29º | 0.5% | 0.67% | - |
| XYZ | 29.76 | 36.77 | 14.33 | - |
| YUV | 156.53 | 88.2 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 86 | 0.09 | 0 | 0.50 | 0.33 | 71.29 | 0.34 | 0.5 |
| Hex | 9B | AB | 56 | 9 | 0 | 32 | 21 | 47 | 22 | 32 |
| Octal | 233 | 253 | 126 | 11 | 0 | 62 | 41 | 107 | 42 | 62 |
| Binary | 10011011 | 10101011 | 1010110 | 1001 | 0 | 110010 | 100001 | 1000111 | 100010 | 110010 |
Color Harmonies of #9BAB56
Complementary color
Monochromatic Colors of #9BAB56
Black with #9BAB56
Text Example
Text Example
White with #9BAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB56; }
p { color: rgb(155,171,86); }
H1.HeaderClassName
{
color: #9BAB56;
}
.AnyTagClassName
{
color: #9BAB56;
}
</style>
background-color css
<style>
a { background-color: #9BAB56; }
a { background-color: rgb(155,171,86); }
div.DivClassName
{
background-color: #9BAB56;
}
.BgClassName
{
background-color: #9BAB56;
}
</style>
border-color css
<style>
span { border-color: #9BAB56; }
span { border-color: rgb(155,171,86); }
td.TdClassName
{
border-color: #9BAB56;
}
.TagClassName
{
border-color: #9BAB56;
}
</style>