Shades of Green Smoke #9DB852
Tints of Green Smoke #9DB852
RGB
CMYK
RGB Variations
Color information
#9DB852 (or 0x9DB852) is known color: Green Smoke. HEX triplet: 9D, B8 and 52. RGB value is (157,184,82). Sum of RGB (Red+Green+Blue) = 157+184+82=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB852 is #6247AD. Grayscale: #A4A4A4. Windows color (decimal): -6440878 or 5421213. OLE color: 5421213.
HSL color Cylindrical-coordinate representation of color #9DB852: hue angle of 75.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DB852 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 82 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.28 |
| HSL | 75.88º | 0.42% | 0.52% | - |
| HSV(B) | 75.88º | 0.55% | 0.72% | - |
| XYZ | 32.57 | 42.06 | 14.38 | - |
| YUV | 164.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 82 | 0.15 | 0 | 0.55 | 0.28 | 75.88 | 0.42 | 0.52 |
| Hex | 9D | B8 | 52 | F | 0 | 37 | 1C | 4C | 2A | 34 |
| Octal | 235 | 270 | 122 | 17 | 0 | 67 | 34 | 114 | 52 | 64 |
| Binary | 10011101 | 10111000 | 1010010 | 1111 | 0 | 110111 | 11100 | 1001100 | 101010 | 110100 |
Color Harmonies of #9DB852
Complementary color
Monochromatic Colors of #9DB852
Black with #9DB852
Text Example
Text Example
White with #9DB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB852; }
p { color: rgb(157,184,82); }
H1.HeaderClassName
{
color: #9DB852;
}
.AnyTagClassName
{
color: #9DB852;
}
</style>
background-color css
<style>
a { background-color: #9DB852; }
a { background-color: rgb(157,184,82); }
div.DivClassName
{
background-color: #9DB852;
}
.BgClassName
{
background-color: #9DB852;
}
</style>
border-color css
<style>
span { border-color: #9DB852; }
span { border-color: rgb(157,184,82); }
td.TdClassName
{
border-color: #9DB852;
}
.TagClassName
{
border-color: #9DB852;
}
</style>