Shades of Green Smoke #9DAB5B
Tints of Green Smoke #9DAB5B
RGB
CMYK
RGB Variations
Color information
#9DAB5B (or 0x9DAB5B) is known color: Green Smoke. HEX triplet: 9D, AB and 5B. RGB value is (157,171,91). Sum of RGB (Red+Green+Blue) = 157+171+91=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB5B is #6254A4. Grayscale: #9E9E9E. Windows color (decimal): -6444197 or 6007709. OLE color: 6007709.
HSL color Cylindrical-coordinate representation of color #9DAB5B: hue angle of 70.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DAB5B is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 91 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.33 |
| HSL | 70.5º | 0.32% | 0.51% | - |
| HSV(B) | 70.5º | 0.47% | 0.67% | - |
| XYZ | 30.36 | 37.05 | 15.45 | - |
| YUV | 157.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 91 | 0.08 | 0 | 0.47 | 0.33 | 70.5 | 0.32 | 0.51 |
| Hex | 9D | AB | 5B | 8 | 0 | 2F | 21 | 46 | 20 | 33 |
| Octal | 235 | 253 | 133 | 10 | 0 | 57 | 41 | 106 | 40 | 63 |
| Binary | 10011101 | 10101011 | 1011011 | 1000 | 0 | 101111 | 100001 | 1000110 | 100000 | 110011 |
Color Harmonies of #9DAB5B
Complementary color
Monochromatic Colors of #9DAB5B
Black with #9DAB5B
Text Example
Text Example
White with #9DAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB5B; }
p { color: rgb(157,171,91); }
H1.HeaderClassName
{
color: #9DAB5B;
}
.AnyTagClassName
{
color: #9DAB5B;
}
</style>
background-color css
<style>
a { background-color: #9DAB5B; }
a { background-color: rgb(157,171,91); }
div.DivClassName
{
background-color: #9DAB5B;
}
.BgClassName
{
background-color: #9DAB5B;
}
</style>
border-color css
<style>
span { border-color: #9DAB5B; }
span { border-color: rgb(157,171,91); }
td.TdClassName
{
border-color: #9DAB5B;
}
.TagClassName
{
border-color: #9DAB5B;
}
</style>