Shades of Green Smoke #9DB65D
Tints of Green Smoke #9DB65D
RGB
CMYK
RGB Variations
Color information
#9DB65D (or 0x9DB65D) is known color: Green Smoke. HEX triplet: 9D, B6 and 5D. RGB value is (157,182,93). Sum of RGB (Red+Green+Blue) = 157+182+93=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB65D is #6249A2. Grayscale: #A4A4A4. Windows color (decimal): -6441379 or 6141597. OLE color: 6141597.
HSL color Cylindrical-coordinate representation of color #9DB65D: hue angle of 76.85º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DB65D is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 93 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.29 |
| HSL | 76.85º | 0.38% | 0.54% | - |
| HSV(B) | 76.85º | 0.49% | 0.71% | - |
| XYZ | 32.61 | 41.41 | 16.63 | - |
| YUV | 164.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 93 | 0.14 | 0 | 0.49 | 0.29 | 76.85 | 0.38 | 0.54 |
| Hex | 9D | B6 | 5D | E | 0 | 31 | 1D | 4D | 26 | 36 |
| Octal | 235 | 266 | 135 | 16 | 0 | 61 | 35 | 115 | 46 | 66 |
| Binary | 10011101 | 10110110 | 1011101 | 1110 | 0 | 110001 | 11101 | 1001101 | 100110 | 110110 |
Color Harmonies of #9DB65D
Complementary color
Monochromatic Colors of #9DB65D
Black with #9DB65D
Text Example
Text Example
White with #9DB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB65D; }
p { color: rgb(157,182,93); }
H1.HeaderClassName
{
color: #9DB65D;
}
.AnyTagClassName
{
color: #9DB65D;
}
</style>
background-color css
<style>
a { background-color: #9DB65D; }
a { background-color: rgb(157,182,93); }
div.DivClassName
{
background-color: #9DB65D;
}
.BgClassName
{
background-color: #9DB65D;
}
</style>
border-color css
<style>
span { border-color: #9DB65D; }
span { border-color: rgb(157,182,93); }
td.TdClassName
{
border-color: #9DB65D;
}
.TagClassName
{
border-color: #9DB65D;
}
</style>