Shades of Shadow Green #9EBAB5
Tints of Shadow Green #9EBAB5
RGB
CMYK
RGB Variations
Color information
#9EBAB5 (or 0x9EBAB5) is known color: Shadow Green. HEX triplet: 9E, BA and B5. RGB value is (158,186,181). Sum of RGB (Red+Green+Blue) = 158+186+181=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBAB5 is #61454A. Grayscale: #B1B1B1. Windows color (decimal): -6374731 or 11909790. OLE color: 11909790.
HSL color Cylindrical-coordinate representation of color #9EBAB5: hue angle of 169.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EBAB5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 181 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.27 |
| HSL | 169.29º | 0.17% | 0.67% | - |
| HSV(B) | 169.29º | 0.15% | 0.73% | - |
| XYZ | 40 | 45.72 | 50.43 | - |
| YUV | 177.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 181 | 0.15 | 0 | 0.03 | 0.27 | 169.29 | 0.17 | 0.67 |
| Hex | 9E | BA | B5 | F | 0 | 3 | 1B | A9 | 11 | 43 |
| Octal | 236 | 272 | 265 | 17 | 0 | 3 | 33 | 251 | 21 | 103 |
| Binary | 10011110 | 10111010 | 10110101 | 1111 | 0 | 11 | 11011 | 10101001 | 10001 | 1000011 |
Color Harmonies of #9EBAB5
Complementary color
Monochromatic Colors of #9EBAB5
Black with #9EBAB5
Text Example
Text Example
White with #9EBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBAB5; }
p { color: rgb(158,186,181); }
H1.HeaderClassName
{
color: #9EBAB5;
}
.AnyTagClassName
{
color: #9EBAB5;
}
</style>
background-color css
<style>
a { background-color: #9EBAB5; }
a { background-color: rgb(158,186,181); }
div.DivClassName
{
background-color: #9EBAB5;
}
.BgClassName
{
background-color: #9EBAB5;
}
</style>
border-color css
<style>
span { border-color: #9EBAB5; }
span { border-color: rgb(158,186,181); }
td.TdClassName
{
border-color: #9EBAB5;
}
.TagClassName
{
border-color: #9EBAB5;
}
</style>