Shades of Green Smoke #9DB160
Tints of Green Smoke #9DB160
RGB
CMYK
RGB Variations
Color information
#9DB160 (or 0x9DB160) is known color: Green Smoke. HEX triplet: 9D, B1 and 60. RGB value is (157,177,96). Sum of RGB (Red+Green+Blue) = 157+177+96=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB160 is #624E9F. Grayscale: #A2A2A2. Windows color (decimal): -6442656 or 6336925. OLE color: 6336925.
HSL color Cylindrical-coordinate representation of color #9DB160: hue angle of 74.81º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DB160 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 96 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.31 |
| HSL | 74.81º | 0.34% | 0.54% | - |
| HSV(B) | 74.81º | 0.46% | 0.69% | - |
| XYZ | 31.74 | 39.46 | 17.01 | - |
| YUV | 161.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 96 | 0.11 | 0 | 0.46 | 0.31 | 74.81 | 0.34 | 0.54 |
| Hex | 9D | B1 | 60 | B | 0 | 2E | 1F | 4B | 22 | 36 |
| Octal | 235 | 261 | 140 | 13 | 0 | 56 | 37 | 113 | 42 | 66 |
| Binary | 10011101 | 10110001 | 1100000 | 1011 | 0 | 101110 | 11111 | 1001011 | 100010 | 110110 |
Color Harmonies of #9DB160
Complementary color
Monochromatic Colors of #9DB160
Black with #9DB160
Text Example
Text Example
White with #9DB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB160; }
p { color: rgb(157,177,96); }
H1.HeaderClassName
{
color: #9DB160;
}
.AnyTagClassName
{
color: #9DB160;
}
</style>
background-color css
<style>
a { background-color: #9DB160; }
a { background-color: rgb(157,177,96); }
div.DivClassName
{
background-color: #9DB160;
}
.BgClassName
{
background-color: #9DB160;
}
</style>
border-color css
<style>
span { border-color: #9DB160; }
span { border-color: rgb(157,177,96); }
td.TdClassName
{
border-color: #9DB160;
}
.TagClassName
{
border-color: #9DB160;
}
</style>