Shades of Shadow Green #9EBAB1
Tints of Shadow Green #9EBAB1
RGB
CMYK
RGB Variations
Color information
#9EBAB1 (or 0x9EBAB1) is known color: Shadow Green. HEX triplet: 9E, BA and B1. RGB value is (158,186,177). Sum of RGB (Red+Green+Blue) = 158+186+177=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBAB1 is #61454E. Grayscale: #B0B0B0. Windows color (decimal): -6374735 or 11647646. OLE color: 11647646.
HSL color Cylindrical-coordinate representation of color #9EBAB1: hue angle of 160.71º 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 #9EBAB1 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 177 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.27 |
| HSL | 160.71º | 0.17% | 0.67% | - |
| HSV(B) | 160.71º | 0.15% | 0.73% | - |
| XYZ | 39.6 | 45.56 | 48.3 | - |
| YUV | 176.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 177 | 0.15 | 0 | 0.05 | 0.27 | 160.71 | 0.17 | 0.67 |
| Hex | 9E | BA | B1 | F | 0 | 5 | 1B | A1 | 11 | 43 |
| Octal | 236 | 272 | 261 | 17 | 0 | 5 | 33 | 241 | 21 | 103 |
| Binary | 10011110 | 10111010 | 10110001 | 1111 | 0 | 101 | 11011 | 10100001 | 10001 | 1000011 |
Color Harmonies of #9EBAB1
Complementary color
Monochromatic Colors of #9EBAB1
Black with #9EBAB1
Text Example
Text Example
White with #9EBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBAB1; }
p { color: rgb(158,186,177); }
H1.HeaderClassName
{
color: #9EBAB1;
}
.AnyTagClassName
{
color: #9EBAB1;
}
</style>
background-color css
<style>
a { background-color: #9EBAB1; }
a { background-color: rgb(158,186,177); }
div.DivClassName
{
background-color: #9EBAB1;
}
.BgClassName
{
background-color: #9EBAB1;
}
</style>
border-color css
<style>
span { border-color: #9EBAB1; }
span { border-color: rgb(158,186,177); }
td.TdClassName
{
border-color: #9EBAB1;
}
.TagClassName
{
border-color: #9EBAB1;
}
</style>