Shades of Green Smoke #9DB34D
Tints of Green Smoke #9DB34D
RGB
CMYK
RGB Variations
Color information
#9DB34D (or 0x9DB34D) is known color: Green Smoke. HEX triplet: 9D, B3 and 4D. RGB value is (157,179,77). Sum of RGB (Red+Green+Blue) = 157+179+77=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB34D is #624CB2. Grayscale: #A1A1A1. Windows color (decimal): -6442163 or 5092253. OLE color: 5092253.
HSL color Cylindrical-coordinate representation of color #9DB34D: hue angle of 72.94º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DB34D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 77 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.30 |
| HSL | 72.94º | 0.4% | 0.5% | - |
| HSV(B) | 72.94º | 0.57% | 0.7% | - |
| XYZ | 31.36 | 39.94 | 13.08 | - |
| YUV | 160.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 77 | 0.12 | 0 | 0.57 | 0.30 | 72.94 | 0.4 | 0.5 |
| Hex | 9D | B3 | 4D | C | 0 | 39 | 1E | 49 | 28 | 32 |
| Octal | 235 | 263 | 115 | 14 | 0 | 71 | 36 | 111 | 50 | 62 |
| Binary | 10011101 | 10110011 | 1001101 | 1100 | 0 | 111001 | 11110 | 1001001 | 101000 | 110010 |
Color Harmonies of #9DB34D
Complementary color
Monochromatic Colors of #9DB34D
Black with #9DB34D
Text Example
Text Example
White with #9DB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB34D; }
p { color: rgb(157,179,77); }
H1.HeaderClassName
{
color: #9DB34D;
}
.AnyTagClassName
{
color: #9DB34D;
}
</style>
background-color css
<style>
a { background-color: #9DB34D; }
a { background-color: rgb(157,179,77); }
div.DivClassName
{
background-color: #9DB34D;
}
.BgClassName
{
background-color: #9DB34D;
}
</style>
border-color css
<style>
span { border-color: #9DB34D; }
span { border-color: rgb(157,179,77); }
td.TdClassName
{
border-color: #9DB34D;
}
.TagClassName
{
border-color: #9DB34D;
}
</style>