Shades of Green Smoke #9DB357
Tints of Green Smoke #9DB357
RGB
CMYK
RGB Variations
Color information
#9DB357 (or 0x9DB357) is known color: Green Smoke. HEX triplet: 9D, B3 and 57. RGB value is (157,179,87). Sum of RGB (Red+Green+Blue) = 157+179+87=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB357 is #624CA8. Grayscale: #A2A2A2. Windows color (decimal): -6442153 or 5747613. OLE color: 5747613.
HSL color Cylindrical-coordinate representation of color #9DB357: hue angle of 74.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DB357 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 87 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.30 |
| HSL | 74.35º | 0.38% | 0.52% | - |
| HSV(B) | 74.35º | 0.51% | 0.7% | - |
| XYZ | 31.75 | 40.1 | 15.08 | - |
| YUV | 161.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 87 | 0.12 | 0 | 0.51 | 0.30 | 74.35 | 0.38 | 0.52 |
| Hex | 9D | B3 | 57 | C | 0 | 33 | 1E | 4A | 26 | 34 |
| Octal | 235 | 263 | 127 | 14 | 0 | 63 | 36 | 112 | 46 | 64 |
| Binary | 10011101 | 10110011 | 1010111 | 1100 | 0 | 110011 | 11110 | 1001010 | 100110 | 110100 |
Color Harmonies of #9DB357
Complementary color
Monochromatic Colors of #9DB357
Black with #9DB357
Text Example
Text Example
White with #9DB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB357; }
p { color: rgb(157,179,87); }
H1.HeaderClassName
{
color: #9DB357;
}
.AnyTagClassName
{
color: #9DB357;
}
</style>
background-color css
<style>
a { background-color: #9DB357; }
a { background-color: rgb(157,179,87); }
div.DivClassName
{
background-color: #9DB357;
}
.BgClassName
{
background-color: #9DB357;
}
</style>
border-color css
<style>
span { border-color: #9DB357; }
span { border-color: rgb(157,179,87); }
td.TdClassName
{
border-color: #9DB357;
}
.TagClassName
{
border-color: #9DB357;
}
</style>