Shades of Green Smoke #9DB057
Tints of Green Smoke #9DB057
RGB
CMYK
RGB Variations
Color information
#9DB057 (or 0x9DB057) is known color: Green Smoke. HEX triplet: 9D, B0 and 57. RGB value is (157,176,87). Sum of RGB (Red+Green+Blue) = 157+176+87=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB057 is #624FA8. Grayscale: #A0A0A0. Windows color (decimal): -6442921 or 5746845. OLE color: 5746845.
HSL color Cylindrical-coordinate representation of color #9DB057: hue angle of 72.81º degrees, saturation: 0.36, 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 #9DB057 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 87 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.31 |
| HSL | 72.81º | 0.36% | 0.52% | - |
| HSV(B) | 72.81º | 0.51% | 0.69% | - |
| XYZ | 31.15 | 38.91 | 14.88 | - |
| YUV | 160.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 87 | 0.11 | 0 | 0.51 | 0.31 | 72.81 | 0.36 | 0.52 |
| Hex | 9D | B0 | 57 | B | 0 | 33 | 1F | 49 | 24 | 34 |
| Octal | 235 | 260 | 127 | 13 | 0 | 63 | 37 | 111 | 44 | 64 |
| Binary | 10011101 | 10110000 | 1010111 | 1011 | 0 | 110011 | 11111 | 1001001 | 100100 | 110100 |
Color Harmonies of #9DB057
Complementary color
Monochromatic Colors of #9DB057
Black with #9DB057
Text Example
Text Example
White with #9DB057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB057; }
p { color: rgb(157,176,87); }
H1.HeaderClassName
{
color: #9DB057;
}
.AnyTagClassName
{
color: #9DB057;
}
</style>
background-color css
<style>
a { background-color: #9DB057; }
a { background-color: rgb(157,176,87); }
div.DivClassName
{
background-color: #9DB057;
}
.BgClassName
{
background-color: #9DB057;
}
</style>
border-color css
<style>
span { border-color: #9DB057; }
span { border-color: rgb(157,176,87); }
td.TdClassName
{
border-color: #9DB057;
}
.TagClassName
{
border-color: #9DB057;
}
</style>