Shades of Green Smoke #9DB35F
Tints of Green Smoke #9DB35F
RGB
CMYK
RGB Variations
Color information
#9DB35F (or 0x9DB35F) is known color: Green Smoke. HEX triplet: 9D, B3 and 5F. RGB value is (157,179,95). Sum of RGB (Red+Green+Blue) = 157+179+95=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB35F is #624CA0. Grayscale: #A3A3A3. Windows color (decimal): -6442145 or 6271901. OLE color: 6271901.
HSL color Cylindrical-coordinate representation of color #9DB35F: hue angle of 75.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DB35F is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 95 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.30 |
| HSL | 75.71º | 0.36% | 0.54% | - |
| HSV(B) | 75.71º | 0.47% | 0.7% | - |
| XYZ | 32.09 | 40.23 | 16.9 | - |
| YUV | 162.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 95 | 0.12 | 0 | 0.47 | 0.30 | 75.71 | 0.36 | 0.54 |
| Hex | 9D | B3 | 5F | C | 0 | 2F | 1E | 4C | 24 | 36 |
| Octal | 235 | 263 | 137 | 14 | 0 | 57 | 36 | 114 | 44 | 66 |
| Binary | 10011101 | 10110011 | 1011111 | 1100 | 0 | 101111 | 11110 | 1001100 | 100100 | 110110 |
Color Harmonies of #9DB35F
Complementary color
Monochromatic Colors of #9DB35F
Black with #9DB35F
Text Example
Text Example
White with #9DB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB35F; }
p { color: rgb(157,179,95); }
H1.HeaderClassName
{
color: #9DB35F;
}
.AnyTagClassName
{
color: #9DB35F;
}
</style>
background-color css
<style>
a { background-color: #9DB35F; }
a { background-color: rgb(157,179,95); }
div.DivClassName
{
background-color: #9DB35F;
}
.BgClassName
{
background-color: #9DB35F;
}
</style>
border-color css
<style>
span { border-color: #9DB35F; }
span { border-color: rgb(157,179,95); }
td.TdClassName
{
border-color: #9DB35F;
}
.TagClassName
{
border-color: #9DB35F;
}
</style>