Shades of Green Smoke #9DB552
Tints of Green Smoke #9DB552
RGB
CMYK
RGB Variations
Color information
#9DB552 (or 0x9DB552) is known color: Green Smoke. HEX triplet: 9D, B5 and 52. RGB value is (157,181,82). Sum of RGB (Red+Green+Blue) = 157+181+82=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB552 is #624AAD. Grayscale: #A2A2A2. Windows color (decimal): -6441646 or 5420445. OLE color: 5420445.
HSL color Cylindrical-coordinate representation of color #9DB552: hue angle of 74.55º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DB552 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 82 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.29 |
| HSL | 74.55º | 0.4% | 0.52% | - |
| HSV(B) | 74.55º | 0.55% | 0.71% | - |
| XYZ | 31.95 | 40.83 | 14.18 | - |
| YUV | 162.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 82 | 0.13 | 0 | 0.55 | 0.29 | 74.55 | 0.4 | 0.52 |
| Hex | 9D | B5 | 52 | D | 0 | 37 | 1D | 4B | 28 | 34 |
| Octal | 235 | 265 | 122 | 15 | 0 | 67 | 35 | 113 | 50 | 64 |
| Binary | 10011101 | 10110101 | 1010010 | 1101 | 0 | 110111 | 11101 | 1001011 | 101000 | 110100 |
Color Harmonies of #9DB552
Complementary color
Monochromatic Colors of #9DB552
Black with #9DB552
Text Example
Text Example
White with #9DB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB552; }
p { color: rgb(157,181,82); }
H1.HeaderClassName
{
color: #9DB552;
}
.AnyTagClassName
{
color: #9DB552;
}
</style>
background-color css
<style>
a { background-color: #9DB552; }
a { background-color: rgb(157,181,82); }
div.DivClassName
{
background-color: #9DB552;
}
.BgClassName
{
background-color: #9DB552;
}
</style>
border-color css
<style>
span { border-color: #9DB552; }
span { border-color: rgb(157,181,82); }
td.TdClassName
{
border-color: #9DB552;
}
.TagClassName
{
border-color: #9DB552;
}
</style>