Shades of Green Smoke #9EBA5B
Tints of Green Smoke #9EBA5B
RGB
CMYK
RGB Variations
Color information
#9EBA5B (or 0x9EBA5B) is known color: Green Smoke. HEX triplet: 9E, BA and 5B. RGB value is (158,186,91). Sum of RGB (Red+Green+Blue) = 158+186+91=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA5B is #6145A4. Grayscale: #A7A7A7. Windows color (decimal): -6374821 or 6011550. OLE color: 6011550.
HSL color Cylindrical-coordinate representation of color #9EBA5B: hue angle of 77.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EBA5B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 91 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.27 |
| HSL | 77.68º | 0.41% | 0.54% | - |
| HSV(B) | 77.68º | 0.51% | 0.73% | - |
| XYZ | 33.55 | 43.14 | 16.46 | - |
| YUV | 166.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 91 | 0.15 | 0 | 0.51 | 0.27 | 77.68 | 0.41 | 0.54 |
| Hex | 9E | BA | 5B | F | 0 | 33 | 1B | 4E | 29 | 36 |
| Octal | 236 | 272 | 133 | 17 | 0 | 63 | 33 | 116 | 51 | 66 |
| Binary | 10011110 | 10111010 | 1011011 | 1111 | 0 | 110011 | 11011 | 1001110 | 101001 | 110110 |
Color Harmonies of #9EBA5B
Complementary color
Monochromatic Colors of #9EBA5B
Black with #9EBA5B
Text Example
Text Example
White with #9EBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA5B; }
p { color: rgb(158,186,91); }
H1.HeaderClassName
{
color: #9EBA5B;
}
.AnyTagClassName
{
color: #9EBA5B;
}
</style>
background-color css
<style>
a { background-color: #9EBA5B; }
a { background-color: rgb(158,186,91); }
div.DivClassName
{
background-color: #9EBA5B;
}
.BgClassName
{
background-color: #9EBA5B;
}
</style>
border-color css
<style>
span { border-color: #9EBA5B; }
span { border-color: rgb(158,186,91); }
td.TdClassName
{
border-color: #9EBA5B;
}
.TagClassName
{
border-color: #9EBA5B;
}
</style>