Shades of Green Smoke #9BB150
Tints of Green Smoke #9BB150
RGB
CMYK
RGB Variations
Color information
#9BB150 (or 0x9BB150) is known color: Green Smoke. HEX triplet: 9B, B1 and 50. RGB value is (155,177,80). Sum of RGB (Red+Green+Blue) = 155+177+80=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB150 is #644EAF. Grayscale: #9F9F9F. Windows color (decimal): -6573744 or 5288347. OLE color: 5288347.
HSL color Cylindrical-coordinate representation of color #9BB150: hue angle of 73.61º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BB150 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 80 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.31 |
| HSL | 73.61º | 0.38% | 0.5% | - |
| HSV(B) | 73.61º | 0.55% | 0.69% | - |
| XYZ | 30.69 | 38.99 | 13.5 | - |
| YUV | 159.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 80 | 0.12 | 0 | 0.55 | 0.31 | 73.61 | 0.38 | 0.5 |
| Hex | 9B | B1 | 50 | C | 0 | 37 | 1F | 4A | 26 | 32 |
| Octal | 233 | 261 | 120 | 14 | 0 | 67 | 37 | 112 | 46 | 62 |
| Binary | 10011011 | 10110001 | 1010000 | 1100 | 0 | 110111 | 11111 | 1001010 | 100110 | 110010 |
Color Harmonies of #9BB150
Complementary color
Monochromatic Colors of #9BB150
Black with #9BB150
Text Example
Text Example
White with #9BB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB150; }
p { color: rgb(155,177,80); }
H1.HeaderClassName
{
color: #9BB150;
}
.AnyTagClassName
{
color: #9BB150;
}
</style>
background-color css
<style>
a { background-color: #9BB150; }
a { background-color: rgb(155,177,80); }
div.DivClassName
{
background-color: #9BB150;
}
.BgClassName
{
background-color: #9BB150;
}
</style>
border-color css
<style>
span { border-color: #9BB150; }
span { border-color: rgb(155,177,80); }
td.TdClassName
{
border-color: #9BB150;
}
.TagClassName
{
border-color: #9BB150;
}
</style>