Shades of Shadow Green #9DBAB4
Tints of Shadow Green #9DBAB4
RGB
CMYK
RGB Variations
Color information
#9DBAB4 (or 0x9DBAB4) is known color: Shadow Green. HEX triplet: 9D, BA and B4. RGB value is (157,186,180). Sum of RGB (Red+Green+Blue) = 157+186+180=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAB4 is #62454B. Grayscale: #B0B0B0. Windows color (decimal): -6440268 or 11844253. OLE color: 11844253.
HSL color Cylindrical-coordinate representation of color #9DBAB4: hue angle of 167.59º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAB4 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 180 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.27 |
| HSL | 167.59º | 0.17% | 0.67% | - |
| HSV(B) | 167.59º | 0.16% | 0.73% | - |
| XYZ | 39.7 | 45.58 | 49.89 | - |
| YUV | 176.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 180 | 0.16 | 0 | 0.03 | 0.27 | 167.59 | 0.17 | 0.67 |
| Hex | 9D | BA | B4 | 10 | 0 | 3 | 1B | A8 | 11 | 43 |
| Octal | 235 | 272 | 264 | 20 | 0 | 3 | 33 | 250 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10110100 | 10000 | 0 | 11 | 11011 | 10101000 | 10001 | 1000011 |
Color Harmonies of #9DBAB4
Complementary color
Monochromatic Colors of #9DBAB4
Black with #9DBAB4
Text Example
Text Example
White with #9DBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAB4; }
p { color: rgb(157,186,180); }
H1.HeaderClassName
{
color: #9DBAB4;
}
.AnyTagClassName
{
color: #9DBAB4;
}
</style>
background-color css
<style>
a { background-color: #9DBAB4; }
a { background-color: rgb(157,186,180); }
div.DivClassName
{
background-color: #9DBAB4;
}
.BgClassName
{
background-color: #9DBAB4;
}
</style>
border-color css
<style>
span { border-color: #9DBAB4; }
span { border-color: rgb(157,186,180); }
td.TdClassName
{
border-color: #9DBAB4;
}
.TagClassName
{
border-color: #9DBAB4;
}
</style>