Shades of Green Smoke #9DB858
Tints of Green Smoke #9DB858
RGB
CMYK
RGB Variations
Color information
#9DB858 (or 0x9DB858) is known color: Green Smoke. HEX triplet: 9D, B8 and 58. RGB value is (157,184,88). Sum of RGB (Red+Green+Blue) = 157+184+88=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB858 is #6247A7. Grayscale: #A5A5A5. Windows color (decimal): -6440872 or 5814429. OLE color: 5814429.
HSL color Cylindrical-coordinate representation of color #9DB858: hue angle of 76.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DB858 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 88 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.28 |
| HSL | 76.88º | 0.4% | 0.53% | - |
| HSV(B) | 76.88º | 0.52% | 0.72% | - |
| XYZ | 32.81 | 42.15 | 15.64 | - |
| YUV | 164.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 88 | 0.15 | 0 | 0.52 | 0.28 | 76.88 | 0.4 | 0.53 |
| Hex | 9D | B8 | 58 | F | 0 | 34 | 1C | 4D | 28 | 35 |
| Octal | 235 | 270 | 130 | 17 | 0 | 64 | 34 | 115 | 50 | 65 |
| Binary | 10011101 | 10111000 | 1011000 | 1111 | 0 | 110100 | 11100 | 1001101 | 101000 | 110101 |
Color Harmonies of #9DB858
Complementary color
Monochromatic Colors of #9DB858
Black with #9DB858
Text Example
Text Example
White with #9DB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB858; }
p { color: rgb(157,184,88); }
H1.HeaderClassName
{
color: #9DB858;
}
.AnyTagClassName
{
color: #9DB858;
}
</style>
background-color css
<style>
a { background-color: #9DB858; }
a { background-color: rgb(157,184,88); }
div.DivClassName
{
background-color: #9DB858;
}
.BgClassName
{
background-color: #9DB858;
}
</style>
border-color css
<style>
span { border-color: #9DB858; }
span { border-color: rgb(157,184,88); }
td.TdClassName
{
border-color: #9DB858;
}
.TagClassName
{
border-color: #9DB858;
}
</style>