Shades of Green Smoke #9DB256
Tints of Green Smoke #9DB256
RGB
CMYK
RGB Variations
Color information
#9DB256 (or 0x9DB256) is known color: Green Smoke. HEX triplet: 9D, B2 and 56. RGB value is (157,178,86). Sum of RGB (Red+Green+Blue) = 157+178+86=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB256 is #624DA9. Grayscale: #A1A1A1. Windows color (decimal): -6442410 or 5681821. OLE color: 5681821.
HSL color Cylindrical-coordinate representation of color #9DB256: hue angle of 73.7º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DB256 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 86 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.30 |
| HSL | 73.7º | 0.37% | 0.52% | - |
| HSV(B) | 73.7º | 0.52% | 0.7% | - |
| XYZ | 31.5 | 39.68 | 14.8 | - |
| YUV | 161.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 86 | 0.12 | 0 | 0.52 | 0.30 | 73.7 | 0.37 | 0.52 |
| Hex | 9D | B2 | 56 | C | 0 | 34 | 1E | 4A | 25 | 34 |
| Octal | 235 | 262 | 126 | 14 | 0 | 64 | 36 | 112 | 45 | 64 |
| Binary | 10011101 | 10110010 | 1010110 | 1100 | 0 | 110100 | 11110 | 1001010 | 100101 | 110100 |
Color Harmonies of #9DB256
Complementary color
Monochromatic Colors of #9DB256
Black with #9DB256
Text Example
Text Example
White with #9DB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB256; }
p { color: rgb(157,178,86); }
H1.HeaderClassName
{
color: #9DB256;
}
.AnyTagClassName
{
color: #9DB256;
}
</style>
background-color css
<style>
a { background-color: #9DB256; }
a { background-color: rgb(157,178,86); }
div.DivClassName
{
background-color: #9DB256;
}
.BgClassName
{
background-color: #9DB256;
}
</style>
border-color css
<style>
span { border-color: #9DB256; }
span { border-color: rgb(157,178,86); }
td.TdClassName
{
border-color: #9DB256;
}
.TagClassName
{
border-color: #9DB256;
}
</style>