Shades of Green Smoke #9DB352
Tints of Green Smoke #9DB352
RGB
CMYK
RGB Variations
Color information
#9DB352 (or 0x9DB352) is known color: Green Smoke. HEX triplet: 9D, B3 and 52. RGB value is (157,179,82). Sum of RGB (Red+Green+Blue) = 157+179+82=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB352 is #624CAD. Grayscale: #A1A1A1. Windows color (decimal): -6442158 or 5419933. OLE color: 5419933.
HSL color Cylindrical-coordinate representation of color #9DB352: hue angle of 73.61º degrees, saturation: 0.39, 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 #9DB352 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 82 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.30 |
| HSL | 73.61º | 0.39% | 0.51% | - |
| HSV(B) | 73.61º | 0.54% | 0.7% | - |
| XYZ | 31.55 | 40.02 | 14.04 | - |
| YUV | 161.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 82 | 0.12 | 0 | 0.54 | 0.30 | 73.61 | 0.39 | 0.51 |
| Hex | 9D | B3 | 52 | C | 0 | 36 | 1E | 4A | 27 | 33 |
| Octal | 235 | 263 | 122 | 14 | 0 | 66 | 36 | 112 | 47 | 63 |
| Binary | 10011101 | 10110011 | 1010010 | 1100 | 0 | 110110 | 11110 | 1001010 | 100111 | 110011 |
Color Harmonies of #9DB352
Complementary color
Monochromatic Colors of #9DB352
Black with #9DB352
Text Example
Text Example
White with #9DB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB352; }
p { color: rgb(157,179,82); }
H1.HeaderClassName
{
color: #9DB352;
}
.AnyTagClassName
{
color: #9DB352;
}
</style>
background-color css
<style>
a { background-color: #9DB352; }
a { background-color: rgb(157,179,82); }
div.DivClassName
{
background-color: #9DB352;
}
.BgClassName
{
background-color: #9DB352;
}
</style>
border-color css
<style>
span { border-color: #9DB352; }
span { border-color: rgb(157,179,82); }
td.TdClassName
{
border-color: #9DB352;
}
.TagClassName
{
border-color: #9DB352;
}
</style>