Shades of Green Smoke #9DB459
Tints of Green Smoke #9DB459
RGB
CMYK
RGB Variations
Color information
#9DB459 (or 0x9DB459) is known color: Green Smoke. HEX triplet: 9D, B4 and 59. RGB value is (157,180,89). Sum of RGB (Red+Green+Blue) = 157+180+89=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB459 is #624BA6. Grayscale: #A3A3A3. Windows color (decimal): -6441895 or 5878941. OLE color: 5878941.
HSL color Cylindrical-coordinate representation of color #9DB459: hue angle of 75.16º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DB459 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 89 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.29 |
| HSL | 75.16º | 0.38% | 0.53% | - |
| HSV(B) | 75.16º | 0.51% | 0.71% | - |
| XYZ | 32.03 | 40.53 | 15.59 | - |
| YUV | 162.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 89 | 0.13 | 0 | 0.51 | 0.29 | 75.16 | 0.38 | 0.53 |
| Hex | 9D | B4 | 59 | D | 0 | 33 | 1D | 4B | 26 | 35 |
| Octal | 235 | 264 | 131 | 15 | 0 | 63 | 35 | 113 | 46 | 65 |
| Binary | 10011101 | 10110100 | 1011001 | 1101 | 0 | 110011 | 11101 | 1001011 | 100110 | 110101 |
Color Harmonies of #9DB459
Complementary color
Monochromatic Colors of #9DB459
Black with #9DB459
Text Example
Text Example
White with #9DB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB459; }
p { color: rgb(157,180,89); }
H1.HeaderClassName
{
color: #9DB459;
}
.AnyTagClassName
{
color: #9DB459;
}
</style>
background-color css
<style>
a { background-color: #9DB459; }
a { background-color: rgb(157,180,89); }
div.DivClassName
{
background-color: #9DB459;
}
.BgClassName
{
background-color: #9DB459;
}
</style>
border-color css
<style>
span { border-color: #9DB459; }
span { border-color: rgb(157,180,89); }
td.TdClassName
{
border-color: #9DB459;
}
.TagClassName
{
border-color: #9DB459;
}
</style>