Shades of Green Smoke #9EB256
Tints of Green Smoke #9EB256
RGB
CMYK
RGB Variations
Color information
#9EB256 (or 0x9EB256) is known color: Green Smoke. HEX triplet: 9E, B2 and 56. RGB value is (158,178,86). Sum of RGB (Red+Green+Blue) = 158+178+86=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EB256 is #614DA9. Grayscale: #A1A1A1. Windows color (decimal): -6376874 or 5681822. OLE color: 5681822.
HSL color Cylindrical-coordinate representation of color #9EB256: hue angle of 73.04º 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 #9EB256 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 178 | 86 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.30 |
| HSL | 73.04º | 0.37% | 0.52% | - |
| HSV(B) | 73.04º | 0.52% | 0.7% | - |
| XYZ | 31.7 | 39.78 | 14.81 | - |
| YUV | 161.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 178 | 86 | 0.11 | 0 | 0.52 | 0.30 | 73.04 | 0.37 | 0.52 |
| Hex | 9E | B2 | 56 | B | 0 | 34 | 1E | 49 | 25 | 34 |
| Octal | 236 | 262 | 126 | 13 | 0 | 64 | 36 | 111 | 45 | 64 |
| Binary | 10011110 | 10110010 | 1010110 | 1011 | 0 | 110100 | 11110 | 1001001 | 100101 | 110100 |
Color Harmonies of #9EB256
Complementary color
Monochromatic Colors of #9EB256
Black with #9EB256
Text Example
Text Example
White with #9EB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB256; }
p { color: rgb(158,178,86); }
H1.HeaderClassName
{
color: #9EB256;
}
.AnyTagClassName
{
color: #9EB256;
}
</style>
background-color css
<style>
a { background-color: #9EB256; }
a { background-color: rgb(158,178,86); }
div.DivClassName
{
background-color: #9EB256;
}
.BgClassName
{
background-color: #9EB256;
}
</style>
border-color css
<style>
span { border-color: #9EB256; }
span { border-color: rgb(158,178,86); }
td.TdClassName
{
border-color: #9EB256;
}
.TagClassName
{
border-color: #9EB256;
}
</style>