Shades of Green Smoke #9DB458
Tints of Green Smoke #9DB458
RGB
CMYK
RGB Variations
Color information
#9DB458 (or 0x9DB458) is known color: Green Smoke. HEX triplet: 9D, B4 and 58. RGB value is (157,180,88). Sum of RGB (Red+Green+Blue) = 157+180+88=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB458 is #624BA7. Grayscale: #A2A2A2. Windows color (decimal): -6441896 or 5813405. OLE color: 5813405.
HSL color Cylindrical-coordinate representation of color #9DB458: hue angle of 75º 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 #9DB458 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 88 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.29 |
| HSL | 75º | 0.38% | 0.53% | - |
| HSV(B) | 75º | 0.51% | 0.71% | - |
| XYZ | 31.99 | 40.52 | 15.37 | - |
| YUV | 162.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 88 | 0.13 | 0 | 0.51 | 0.29 | 75 | 0.38 | 0.53 |
| Hex | 9D | B4 | 58 | D | 0 | 33 | 1D | 4B | 26 | 35 |
| Octal | 235 | 264 | 130 | 15 | 0 | 63 | 35 | 113 | 46 | 65 |
| Binary | 10011101 | 10110100 | 1011000 | 1101 | 0 | 110011 | 11101 | 1001011 | 100110 | 110101 |
Color Harmonies of #9DB458
Complementary color
Monochromatic Colors of #9DB458
Black with #9DB458
Text Example
Text Example
White with #9DB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB458; }
p { color: rgb(157,180,88); }
H1.HeaderClassName
{
color: #9DB458;
}
.AnyTagClassName
{
color: #9DB458;
}
</style>
background-color css
<style>
a { background-color: #9DB458; }
a { background-color: rgb(157,180,88); }
div.DivClassName
{
background-color: #9DB458;
}
.BgClassName
{
background-color: #9DB458;
}
</style>
border-color css
<style>
span { border-color: #9DB458; }
span { border-color: rgb(157,180,88); }
td.TdClassName
{
border-color: #9DB458;
}
.TagClassName
{
border-color: #9DB458;
}
</style>