Shades of Green Smoke #9DB557
Tints of Green Smoke #9DB557
RGB
CMYK
RGB Variations
Color information
#9DB557 (or 0x9DB557) is known color: Green Smoke. HEX triplet: 9D, B5 and 57. RGB value is (157,181,87). Sum of RGB (Red+Green+Blue) = 157+181+87=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB557 is #624AA8. Grayscale: #A3A3A3. Windows color (decimal): -6441641 or 5748125. OLE color: 5748125.
HSL color Cylindrical-coordinate representation of color #9DB557: hue angle of 75.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DB557 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 87 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.29 |
| HSL | 75.32º | 0.39% | 0.53% | - |
| HSV(B) | 75.32º | 0.52% | 0.71% | - |
| XYZ | 32.15 | 40.9 | 15.22 | - |
| YUV | 163.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 87 | 0.13 | 0 | 0.52 | 0.29 | 75.32 | 0.39 | 0.53 |
| Hex | 9D | B5 | 57 | D | 0 | 34 | 1D | 4B | 27 | 35 |
| Octal | 235 | 265 | 127 | 15 | 0 | 64 | 35 | 113 | 47 | 65 |
| Binary | 10011101 | 10110101 | 1010111 | 1101 | 0 | 110100 | 11101 | 1001011 | 100111 | 110101 |
Color Harmonies of #9DB557
Complementary color
Monochromatic Colors of #9DB557
Black with #9DB557
Text Example
Text Example
White with #9DB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB557; }
p { color: rgb(157,181,87); }
H1.HeaderClassName
{
color: #9DB557;
}
.AnyTagClassName
{
color: #9DB557;
}
</style>
background-color css
<style>
a { background-color: #9DB557; }
a { background-color: rgb(157,181,87); }
div.DivClassName
{
background-color: #9DB557;
}
.BgClassName
{
background-color: #9DB557;
}
</style>
border-color css
<style>
span { border-color: #9DB557; }
span { border-color: rgb(157,181,87); }
td.TdClassName
{
border-color: #9DB557;
}
.TagClassName
{
border-color: #9DB557;
}
</style>