Shades of Green Smoke #9DB252
Tints of Green Smoke #9DB252
RGB
CMYK
RGB Variations
Color information
#9DB252 (or 0x9DB252) is known color: Green Smoke. HEX triplet: 9D, B2 and 52. RGB value is (157,178,82). Sum of RGB (Red+Green+Blue) = 157+178+82=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB252 is #624DAD. Grayscale: #A1A1A1. Windows color (decimal): -6442414 or 5419677. OLE color: 5419677.
HSL color Cylindrical-coordinate representation of color #9DB252: hue angle of 73.12º 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 #9DB252 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 82 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.30 |
| HSL | 73.13º | 0.38% | 0.51% | - |
| HSV(B) | 73.13º | 0.54% | 0.7% | - |
| XYZ | 31.35 | 39.62 | 13.98 | - |
| YUV | 160.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 82 | 0.12 | 0 | 0.54 | 0.30 | 73.13 | 0.38 | 0.51 |
| Hex | 9D | B2 | 52 | C | 0 | 36 | 1E | 49 | 26 | 33 |
| Octal | 235 | 262 | 122 | 14 | 0 | 66 | 36 | 111 | 46 | 63 |
| Binary | 10011101 | 10110010 | 1010010 | 1100 | 0 | 110110 | 11110 | 1001001 | 100110 | 110011 |
Color Harmonies of #9DB252
Complementary color
Monochromatic Colors of #9DB252
Black with #9DB252
Text Example
Text Example
White with #9DB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB252; }
p { color: rgb(157,178,82); }
H1.HeaderClassName
{
color: #9DB252;
}
.AnyTagClassName
{
color: #9DB252;
}
</style>
background-color css
<style>
a { background-color: #9DB252; }
a { background-color: rgb(157,178,82); }
div.DivClassName
{
background-color: #9DB252;
}
.BgClassName
{
background-color: #9DB252;
}
</style>
border-color css
<style>
span { border-color: #9DB252; }
span { border-color: rgb(157,178,82); }
td.TdClassName
{
border-color: #9DB252;
}
.TagClassName
{
border-color: #9DB252;
}
</style>