Shades of Green Smoke #9BB352
Tints of Green Smoke #9BB352
RGB
CMYK
RGB Variations
Color information
#9BB352 (or 0x9BB352) is known color: Green Smoke. HEX triplet: 9B, B3 and 52. RGB value is (155,179,82). Sum of RGB (Red+Green+Blue) = 155+179+82=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB352 is #644CAD. Grayscale: #A1A1A1. Windows color (decimal): -6573230 or 5419931. OLE color: 5419931.
HSL color Cylindrical-coordinate representation of color #9BB352: hue angle of 74.85º degrees, saturation: 0.39, 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 #9BB352 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 82 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.30 |
| HSL | 74.85º | 0.39% | 0.51% | - |
| HSV(B) | 74.85º | 0.54% | 0.7% | - |
| XYZ | 31.16 | 39.82 | 14.03 | - |
| YUV | 160.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 82 | 0.13 | 0 | 0.54 | 0.30 | 74.85 | 0.39 | 0.51 |
| Hex | 9B | B3 | 52 | D | 0 | 36 | 1E | 4B | 27 | 33 |
| Octal | 233 | 263 | 122 | 15 | 0 | 66 | 36 | 113 | 47 | 63 |
| Binary | 10011011 | 10110011 | 1010010 | 1101 | 0 | 110110 | 11110 | 1001011 | 100111 | 110011 |
Color Harmonies of #9BB352
Complementary color
Monochromatic Colors of #9BB352
Black with #9BB352
Text Example
Text Example
White with #9BB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB352; }
p { color: rgb(155,179,82); }
H1.HeaderClassName
{
color: #9BB352;
}
.AnyTagClassName
{
color: #9BB352;
}
</style>
background-color css
<style>
a { background-color: #9BB352; }
a { background-color: rgb(155,179,82); }
div.DivClassName
{
background-color: #9BB352;
}
.BgClassName
{
background-color: #9BB352;
}
</style>
border-color css
<style>
span { border-color: #9BB352; }
span { border-color: rgb(155,179,82); }
td.TdClassName
{
border-color: #9BB352;
}
.TagClassName
{
border-color: #9BB352;
}
</style>