Shades of Green Smoke #9DB156
Tints of Green Smoke #9DB156
RGB
CMYK
RGB Variations
Color information
#9DB156 (or 0x9DB156) is known color: Green Smoke. HEX triplet: 9D, B1 and 56. RGB value is (157,177,86). Sum of RGB (Red+Green+Blue) = 157+177+86=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB156 is #624EA9. Grayscale: #A0A0A0. Windows color (decimal): -6442666 or 5681565. OLE color: 5681565.
HSL color Cylindrical-coordinate representation of color #9DB156: hue angle of 73.19º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DB156 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 86 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.31 |
| HSL | 73.19º | 0.37% | 0.52% | - |
| HSV(B) | 73.19º | 0.51% | 0.69% | - |
| XYZ | 31.31 | 39.28 | 14.74 | - |
| YUV | 160.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 86 | 0.11 | 0 | 0.51 | 0.31 | 73.19 | 0.37 | 0.52 |
| Hex | 9D | B1 | 56 | B | 0 | 33 | 1F | 49 | 25 | 34 |
| Octal | 235 | 261 | 126 | 13 | 0 | 63 | 37 | 111 | 45 | 64 |
| Binary | 10011101 | 10110001 | 1010110 | 1011 | 0 | 110011 | 11111 | 1001001 | 100101 | 110100 |
Color Harmonies of #9DB156
Complementary color
Monochromatic Colors of #9DB156
Black with #9DB156
Text Example
Text Example
White with #9DB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB156; }
p { color: rgb(157,177,86); }
H1.HeaderClassName
{
color: #9DB156;
}
.AnyTagClassName
{
color: #9DB156;
}
</style>
background-color css
<style>
a { background-color: #9DB156; }
a { background-color: rgb(157,177,86); }
div.DivClassName
{
background-color: #9DB156;
}
.BgClassName
{
background-color: #9DB156;
}
</style>
border-color css
<style>
span { border-color: #9DB156; }
span { border-color: rgb(157,177,86); }
td.TdClassName
{
border-color: #9DB156;
}
.TagClassName
{
border-color: #9DB156;
}
</style>