Shades of Shadow Green #9EBDB2
Tints of Shadow Green #9EBDB2
RGB
CMYK
RGB Variations
Color information
#9EBDB2 (or 0x9EBDB2) is known color: Shadow Green. HEX triplet: 9E, BD and B2. RGB value is (158,189,178). Sum of RGB (Red+Green+Blue) = 158+189+178=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDB2 is #61424D. Grayscale: #B2B2B2. Windows color (decimal): -6373966 or 11713950. OLE color: 11713950.
HSL color Cylindrical-coordinate representation of color #9EBDB2: hue angle of 158.71º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBDB2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 178 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.26 |
| HSL | 158.71º | 0.19% | 0.68% | - |
| HSV(B) | 158.71º | 0.16% | 0.74% | - |
| XYZ | 40.33 | 46.88 | 49.04 | - |
| YUV | 178.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 178 | 0.16 | 0 | 0.06 | 0.26 | 158.71 | 0.19 | 0.68 |
| Hex | 9E | BD | B2 | 10 | 0 | 6 | 1A | 9F | 13 | 44 |
| Octal | 236 | 275 | 262 | 20 | 0 | 6 | 32 | 237 | 23 | 104 |
| Binary | 10011110 | 10111101 | 10110010 | 10000 | 0 | 110 | 11010 | 10011111 | 10011 | 1000100 |
Color Harmonies of #9EBDB2
Complementary color
Monochromatic Colors of #9EBDB2
Black with #9EBDB2
Text Example
Text Example
White with #9EBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDB2; }
p { color: rgb(158,189,178); }
H1.HeaderClassName
{
color: #9EBDB2;
}
.AnyTagClassName
{
color: #9EBDB2;
}
</style>
background-color css
<style>
a { background-color: #9EBDB2; }
a { background-color: rgb(158,189,178); }
div.DivClassName
{
background-color: #9EBDB2;
}
.BgClassName
{
background-color: #9EBDB2;
}
</style>
border-color css
<style>
span { border-color: #9EBDB2; }
span { border-color: rgb(158,189,178); }
td.TdClassName
{
border-color: #9EBDB2;
}
.TagClassName
{
border-color: #9EBDB2;
}
</style>