Shades of Green Smoke #9BB156
Tints of Green Smoke #9BB156
RGB
CMYK
RGB Variations
Color information
#9BB156 (or 0x9BB156) is known color: Green Smoke. HEX triplet: 9B, B1 and 56. RGB value is (155,177,86). Sum of RGB (Red+Green+Blue) = 155+177+86=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB156 is #644EA9. Grayscale: #A0A0A0. Windows color (decimal): -6573738 or 5681563. OLE color: 5681563.
HSL color Cylindrical-coordinate representation of color #9BB156: hue angle of 74.51º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BB156 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 86 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.31 |
| HSL | 74.51º | 0.37% | 0.52% | - |
| HSV(B) | 74.51º | 0.51% | 0.69% | - |
| XYZ | 30.92 | 39.08 | 14.72 | - |
| YUV | 160.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 86 | 0.12 | 0 | 0.51 | 0.31 | 74.51 | 0.37 | 0.52 |
| Hex | 9B | B1 | 56 | C | 0 | 33 | 1F | 4B | 25 | 34 |
| Octal | 233 | 261 | 126 | 14 | 0 | 63 | 37 | 113 | 45 | 64 |
| Binary | 10011011 | 10110001 | 1010110 | 1100 | 0 | 110011 | 11111 | 1001011 | 100101 | 110100 |
Color Harmonies of #9BB156
Complementary color
Monochromatic Colors of #9BB156
Black with #9BB156
Text Example
Text Example
White with #9BB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB156; }
p { color: rgb(155,177,86); }
H1.HeaderClassName
{
color: #9BB156;
}
.AnyTagClassName
{
color: #9BB156;
}
</style>
background-color css
<style>
a { background-color: #9BB156; }
a { background-color: rgb(155,177,86); }
div.DivClassName
{
background-color: #9BB156;
}
.BgClassName
{
background-color: #9BB156;
}
</style>
border-color css
<style>
span { border-color: #9BB156; }
span { border-color: rgb(155,177,86); }
td.TdClassName
{
border-color: #9BB156;
}
.TagClassName
{
border-color: #9BB156;
}
</style>