Shades of Green Smoke #9DB359
Tints of Green Smoke #9DB359
RGB
CMYK
RGB Variations
Color information
#9DB359 (or 0x9DB359) is known color: Green Smoke. HEX triplet: 9D, B3 and 59. RGB value is (157,179,89). Sum of RGB (Red+Green+Blue) = 157+179+89=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB359 is #624CA6. Grayscale: #A2A2A2. Windows color (decimal): -6442151 or 5878685. OLE color: 5878685.
HSL color Cylindrical-coordinate representation of color #9DB359: hue angle of 74.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DB359 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 89 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.30 |
| HSL | 74.67º | 0.37% | 0.53% | - |
| HSV(B) | 74.67º | 0.5% | 0.7% | - |
| XYZ | 31.83 | 40.13 | 15.52 | - |
| YUV | 162.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 89 | 0.12 | 0 | 0.50 | 0.30 | 74.67 | 0.37 | 0.53 |
| Hex | 9D | B3 | 59 | C | 0 | 32 | 1E | 4B | 25 | 35 |
| Octal | 235 | 263 | 131 | 14 | 0 | 62 | 36 | 113 | 45 | 65 |
| Binary | 10011101 | 10110011 | 1011001 | 1100 | 0 | 110010 | 11110 | 1001011 | 100101 | 110101 |
Color Harmonies of #9DB359
Complementary color
Monochromatic Colors of #9DB359
Black with #9DB359
Text Example
Text Example
White with #9DB359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB359; }
p { color: rgb(157,179,89); }
H1.HeaderClassName
{
color: #9DB359;
}
.AnyTagClassName
{
color: #9DB359;
}
</style>
background-color css
<style>
a { background-color: #9DB359; }
a { background-color: rgb(157,179,89); }
div.DivClassName
{
background-color: #9DB359;
}
.BgClassName
{
background-color: #9DB359;
}
</style>
border-color css
<style>
span { border-color: #9DB359; }
span { border-color: rgb(157,179,89); }
td.TdClassName
{
border-color: #9DB359;
}
.TagClassName
{
border-color: #9DB359;
}
</style>