Shades of Green Smoke #9BB252
Tints of Green Smoke #9BB252
RGB
CMYK
RGB Variations
Color information
#9BB252 (or 0x9BB252) is known color: Green Smoke. HEX triplet: 9B, B2 and 52. RGB value is (155,178,82). Sum of RGB (Red+Green+Blue) = 155+178+82=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB252 is #644DAD. Grayscale: #A0A0A0. Windows color (decimal): -6573486 or 5419675. OLE color: 5419675.
HSL color Cylindrical-coordinate representation of color #9BB252: hue angle of 74.37º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BB252 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 82 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.30 |
| HSL | 74.37º | 0.38% | 0.51% | - |
| HSV(B) | 74.37º | 0.54% | 0.7% | - |
| XYZ | 30.96 | 39.42 | 13.96 | - |
| YUV | 160.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 82 | 0.13 | 0 | 0.54 | 0.30 | 74.37 | 0.38 | 0.51 |
| Hex | 9B | B2 | 52 | D | 0 | 36 | 1E | 4A | 26 | 33 |
| Octal | 233 | 262 | 122 | 15 | 0 | 66 | 36 | 112 | 46 | 63 |
| Binary | 10011011 | 10110010 | 1010010 | 1101 | 0 | 110110 | 11110 | 1001010 | 100110 | 110011 |
Color Harmonies of #9BB252
Complementary color
Monochromatic Colors of #9BB252
Black with #9BB252
Text Example
Text Example
White with #9BB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB252; }
p { color: rgb(155,178,82); }
H1.HeaderClassName
{
color: #9BB252;
}
.AnyTagClassName
{
color: #9BB252;
}
</style>
background-color css
<style>
a { background-color: #9BB252; }
a { background-color: rgb(155,178,82); }
div.DivClassName
{
background-color: #9BB252;
}
.BgClassName
{
background-color: #9BB252;
}
</style>
border-color css
<style>
span { border-color: #9BB252; }
span { border-color: rgb(155,178,82); }
td.TdClassName
{
border-color: #9BB252;
}
.TagClassName
{
border-color: #9BB252;
}
</style>