Shades of Green Smoke #9DB161
Tints of Green Smoke #9DB161
RGB
CMYK
RGB Variations
Color information
#9DB161 (or 0x9DB161) is known color: Green Smoke. HEX triplet: 9D, B1 and 61. RGB value is (157,177,97). Sum of RGB (Red+Green+Blue) = 157+177+97=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB161 is #624E9E. Grayscale: #A2A2A2. Windows color (decimal): -6442655 or 6402461. OLE color: 6402461.
HSL color Cylindrical-coordinate representation of color #9DB161: hue angle of 75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DB161 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 97 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.31 |
| HSL | 75º | 0.34% | 0.54% | - |
| HSV(B) | 75º | 0.45% | 0.69% | - |
| XYZ | 31.78 | 39.48 | 17.25 | - |
| YUV | 161.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 97 | 0.11 | 0 | 0.45 | 0.31 | 75 | 0.34 | 0.54 |
| Hex | 9D | B1 | 61 | B | 0 | 2D | 1F | 4B | 22 | 36 |
| Octal | 235 | 261 | 141 | 13 | 0 | 55 | 37 | 113 | 42 | 66 |
| Binary | 10011101 | 10110001 | 1100001 | 1011 | 0 | 101101 | 11111 | 1001011 | 100010 | 110110 |
Color Harmonies of #9DB161
Complementary color
Monochromatic Colors of #9DB161
Black with #9DB161
Text Example
Text Example
White with #9DB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB161; }
p { color: rgb(157,177,97); }
H1.HeaderClassName
{
color: #9DB161;
}
.AnyTagClassName
{
color: #9DB161;
}
</style>
background-color css
<style>
a { background-color: #9DB161; }
a { background-color: rgb(157,177,97); }
div.DivClassName
{
background-color: #9DB161;
}
.BgClassName
{
background-color: #9DB161;
}
</style>
border-color css
<style>
span { border-color: #9DB161; }
span { border-color: rgb(157,177,97); }
td.TdClassName
{
border-color: #9DB161;
}
.TagClassName
{
border-color: #9DB161;
}
</style>