Shades of Green Smoke #9DB952
Tints of Green Smoke #9DB952
RGB
CMYK
RGB Variations
Color information
#9DB952 (or 0x9DB952) is known color: Green Smoke. HEX triplet: 9D, B9 and 52. RGB value is (157,185,82). Sum of RGB (Red+Green+Blue) = 157+185+82=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB952 is #6246AD. Grayscale: #A5A5A5. Windows color (decimal): -6440622 or 5421469. OLE color: 5421469.
HSL color Cylindrical-coordinate representation of color #9DB952: hue angle of 76.31º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DB952 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 82 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.27 |
| HSL | 76.31º | 0.42% | 0.52% | - |
| HSV(B) | 76.31º | 0.56% | 0.73% | - |
| XYZ | 32.78 | 42.48 | 14.45 | - |
| YUV | 164.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 82 | 0.15 | 0 | 0.56 | 0.27 | 76.31 | 0.42 | 0.52 |
| Hex | 9D | B9 | 52 | F | 0 | 38 | 1B | 4C | 2A | 34 |
| Octal | 235 | 271 | 122 | 17 | 0 | 70 | 33 | 114 | 52 | 64 |
| Binary | 10011101 | 10111001 | 1010010 | 1111 | 0 | 111000 | 11011 | 1001100 | 101010 | 110100 |
Color Harmonies of #9DB952
Complementary color
Monochromatic Colors of #9DB952
Black with #9DB952
Text Example
Text Example
White with #9DB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB952; }
p { color: rgb(157,185,82); }
H1.HeaderClassName
{
color: #9DB952;
}
.AnyTagClassName
{
color: #9DB952;
}
</style>
background-color css
<style>
a { background-color: #9DB952; }
a { background-color: rgb(157,185,82); }
div.DivClassName
{
background-color: #9DB952;
}
.BgClassName
{
background-color: #9DB952;
}
</style>
border-color css
<style>
span { border-color: #9DB952; }
span { border-color: rgb(157,185,82); }
td.TdClassName
{
border-color: #9DB952;
}
.TagClassName
{
border-color: #9DB952;
}
</style>