Shades of Green Smoke #9DB85C
Tints of Green Smoke #9DB85C
RGB
CMYK
RGB Variations
Color information
#9DB85C (or 0x9DB85C) is known color: Green Smoke. HEX triplet: 9D, B8 and 5C. RGB value is (157,184,92). Sum of RGB (Red+Green+Blue) = 157+184+92=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB85C is #6247A3. Grayscale: #A5A5A5. Windows color (decimal): -6440868 or 6076573. OLE color: 6076573.
HSL color Cylindrical-coordinate representation of color #9DB85C: hue angle of 77.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DB85C is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 92 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.28 |
| HSL | 77.61º | 0.39% | 0.54% | - |
| HSV(B) | 77.61º | 0.5% | 0.72% | - |
| XYZ | 32.98 | 42.22 | 16.54 | - |
| YUV | 165.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 92 | 0.15 | 0 | 0.50 | 0.28 | 77.61 | 0.39 | 0.54 |
| Hex | 9D | B8 | 5C | F | 0 | 32 | 1C | 4E | 27 | 36 |
| Octal | 235 | 270 | 134 | 17 | 0 | 62 | 34 | 116 | 47 | 66 |
| Binary | 10011101 | 10111000 | 1011100 | 1111 | 0 | 110010 | 11100 | 1001110 | 100111 | 110110 |
Color Harmonies of #9DB85C
Complementary color
Monochromatic Colors of #9DB85C
Black with #9DB85C
Text Example
Text Example
White with #9DB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB85C; }
p { color: rgb(157,184,92); }
H1.HeaderClassName
{
color: #9DB85C;
}
.AnyTagClassName
{
color: #9DB85C;
}
</style>
background-color css
<style>
a { background-color: #9DB85C; }
a { background-color: rgb(157,184,92); }
div.DivClassName
{
background-color: #9DB85C;
}
.BgClassName
{
background-color: #9DB85C;
}
</style>
border-color css
<style>
span { border-color: #9DB85C; }
span { border-color: rgb(157,184,92); }
td.TdClassName
{
border-color: #9DB85C;
}
.TagClassName
{
border-color: #9DB85C;
}
</style>