Shades of Green Smoke #9BB160
Tints of Green Smoke #9BB160
RGB
CMYK
RGB Variations
Color information
#9BB160 (or 0x9BB160) is known color: Green Smoke. HEX triplet: 9B, B1 and 60. RGB value is (155,177,96). Sum of RGB (Red+Green+Blue) = 155+177+96=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB160 is #644E9F. Grayscale: #A1A1A1. Windows color (decimal): -6573728 or 6336923. OLE color: 6336923.
HSL color Cylindrical-coordinate representation of color #9BB160: hue angle of 76.3º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BB160 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 96 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.31 |
| HSL | 76.3º | 0.34% | 0.54% | - |
| HSV(B) | 76.3º | 0.46% | 0.69% | - |
| XYZ | 31.35 | 39.26 | 16.99 | - |
| YUV | 161.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 96 | 0.12 | 0 | 0.46 | 0.31 | 76.3 | 0.34 | 0.54 |
| Hex | 9B | B1 | 60 | C | 0 | 2E | 1F | 4C | 22 | 36 |
| Octal | 233 | 261 | 140 | 14 | 0 | 56 | 37 | 114 | 42 | 66 |
| Binary | 10011011 | 10110001 | 1100000 | 1100 | 0 | 101110 | 11111 | 1001100 | 100010 | 110110 |
Color Harmonies of #9BB160
Complementary color
Monochromatic Colors of #9BB160
Black with #9BB160
Text Example
Text Example
White with #9BB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB160; }
p { color: rgb(155,177,96); }
H1.HeaderClassName
{
color: #9BB160;
}
.AnyTagClassName
{
color: #9BB160;
}
</style>
background-color css
<style>
a { background-color: #9BB160; }
a { background-color: rgb(155,177,96); }
div.DivClassName
{
background-color: #9BB160;
}
.BgClassName
{
background-color: #9BB160;
}
</style>
border-color css
<style>
span { border-color: #9BB160; }
span { border-color: rgb(155,177,96); }
td.TdClassName
{
border-color: #9BB160;
}
.TagClassName
{
border-color: #9BB160;
}
</style>