Shades of Green Smoke #9BB052
Tints of Green Smoke #9BB052
RGB
CMYK
RGB Variations
Color information
#9BB052 (or 0x9BB052) is known color: Green Smoke. HEX triplet: 9B, B0 and 52. RGB value is (155,176,82). Sum of RGB (Red+Green+Blue) = 155+176+82=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB052 is #644FAD. Grayscale: #9F9F9F. Windows color (decimal): -6573998 or 5419163. OLE color: 5419163.
HSL color Cylindrical-coordinate representation of color #9BB052: hue angle of 73.4º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BB052 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 82 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.31 |
| HSL | 73.4º | 0.37% | 0.51% | - |
| HSV(B) | 73.4º | 0.53% | 0.69% | - |
| XYZ | 30.57 | 38.63 | 13.83 | - |
| YUV | 159.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 82 | 0.12 | 0 | 0.53 | 0.31 | 73.4 | 0.37 | 0.51 |
| Hex | 9B | B0 | 52 | C | 0 | 35 | 1F | 49 | 25 | 33 |
| Octal | 233 | 260 | 122 | 14 | 0 | 65 | 37 | 111 | 45 | 63 |
| Binary | 10011011 | 10110000 | 1010010 | 1100 | 0 | 110101 | 11111 | 1001001 | 100101 | 110011 |
Color Harmonies of #9BB052
Complementary color
Monochromatic Colors of #9BB052
Black with #9BB052
Text Example
Text Example
White with #9BB052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB052; }
p { color: rgb(155,176,82); }
H1.HeaderClassName
{
color: #9BB052;
}
.AnyTagClassName
{
color: #9BB052;
}
</style>
background-color css
<style>
a { background-color: #9BB052; }
a { background-color: rgb(155,176,82); }
div.DivClassName
{
background-color: #9BB052;
}
.BgClassName
{
background-color: #9BB052;
}
</style>
border-color css
<style>
span { border-color: #9BB052; }
span { border-color: rgb(155,176,82); }
td.TdClassName
{
border-color: #9BB052;
}
.TagClassName
{
border-color: #9BB052;
}
</style>