Shades of Green Smoke #9DB452
Tints of Green Smoke #9DB452
RGB
CMYK
RGB Variations
Color information
#9DB452 (or 0x9DB452) is known color: Green Smoke. HEX triplet: 9D, B4 and 52. RGB value is (157,180,82). Sum of RGB (Red+Green+Blue) = 157+180+82=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB452 is #624BAD. Grayscale: #A2A2A2. Windows color (decimal): -6441902 or 5420189. OLE color: 5420189.
HSL color Cylindrical-coordinate representation of color #9DB452: hue angle of 74.08º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DB452 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 82 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.29 |
| HSL | 74.08º | 0.4% | 0.51% | - |
| HSV(B) | 74.08º | 0.54% | 0.71% | - |
| XYZ | 31.75 | 40.42 | 14.11 | - |
| YUV | 161.95 | 82.88 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 82 | 0.13 | 0 | 0.54 | 0.29 | 74.08 | 0.4 | 0.51 |
| Hex | 9D | B4 | 52 | D | 0 | 36 | 1D | 4A | 28 | 33 |
| Octal | 235 | 264 | 122 | 15 | 0 | 66 | 35 | 112 | 50 | 63 |
| Binary | 10011101 | 10110100 | 1010010 | 1101 | 0 | 110110 | 11101 | 1001010 | 101000 | 110011 |
Color Harmonies of #9DB452
Complementary color
Monochromatic Colors of #9DB452
Black with #9DB452
Text Example
Text Example
White with #9DB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB452; }
p { color: rgb(157,180,82); }
H1.HeaderClassName
{
color: #9DB452;
}
.AnyTagClassName
{
color: #9DB452;
}
</style>
background-color css
<style>
a { background-color: #9DB452; }
a { background-color: rgb(157,180,82); }
div.DivClassName
{
background-color: #9DB452;
}
.BgClassName
{
background-color: #9DB452;
}
</style>
border-color css
<style>
span { border-color: #9DB452; }
span { border-color: rgb(157,180,82); }
td.TdClassName
{
border-color: #9DB452;
}
.TagClassName
{
border-color: #9DB452;
}
</style>