Shades of Green Smoke #9DB85D
Tints of Green Smoke #9DB85D
RGB
CMYK
RGB Variations
Color information
#9DB85D (or 0x9DB85D) is known color: Green Smoke. HEX triplet: 9D, B8 and 5D. RGB value is (157,184,93). Sum of RGB (Red+Green+Blue) = 157+184+93=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB85D is #6247A2. Grayscale: #A5A5A5. Windows color (decimal): -6440867 or 6142109. OLE color: 6142109.
HSL color Cylindrical-coordinate representation of color #9DB85D: hue angle of 77.8º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DB85D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 93 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.28 |
| HSL | 77.8º | 0.39% | 0.54% | - |
| HSV(B) | 77.8º | 0.49% | 0.72% | - |
| XYZ | 33.02 | 42.24 | 16.77 | - |
| YUV | 165.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 93 | 0.15 | 0 | 0.49 | 0.28 | 77.8 | 0.39 | 0.54 |
| Hex | 9D | B8 | 5D | F | 0 | 31 | 1C | 4E | 27 | 36 |
| Octal | 235 | 270 | 135 | 17 | 0 | 61 | 34 | 116 | 47 | 66 |
| Binary | 10011101 | 10111000 | 1011101 | 1111 | 0 | 110001 | 11100 | 1001110 | 100111 | 110110 |
Color Harmonies of #9DB85D
Complementary color
Monochromatic Colors of #9DB85D
Black with #9DB85D
Text Example
Text Example
White with #9DB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB85D; }
p { color: rgb(157,184,93); }
H1.HeaderClassName
{
color: #9DB85D;
}
.AnyTagClassName
{
color: #9DB85D;
}
</style>
background-color css
<style>
a { background-color: #9DB85D; }
a { background-color: rgb(157,184,93); }
div.DivClassName
{
background-color: #9DB85D;
}
.BgClassName
{
background-color: #9DB85D;
}
</style>
border-color css
<style>
span { border-color: #9DB85D; }
span { border-color: rgb(157,184,93); }
td.TdClassName
{
border-color: #9DB85D;
}
.TagClassName
{
border-color: #9DB85D;
}
</style>