Shades of Shadow Green #9FBAB1
Tints of Shadow Green #9FBAB1
RGB
CMYK
RGB Variations
Color information
#9FBAB1 (or 0x9FBAB1) is known color: Shadow Green. HEX triplet: 9F, BA and B1. RGB value is (159,186,177). Sum of RGB (Red+Green+Blue) = 159+186+177=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAB1 is #60454E. Grayscale: #B0B0B0. Windows color (decimal): -6309199 or 11647647. OLE color: 11647647.
HSL color Cylindrical-coordinate representation of color #9FBAB1: hue angle of 160º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAB1 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 177 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.27 |
| HSL | 160º | 0.16% | 0.68% | - |
| HSV(B) | 160º | 0.15% | 0.73% | - |
| XYZ | 39.79 | 45.66 | 48.31 | - |
| YUV | 176.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 177 | 0.15 | 0 | 0.05 | 0.27 | 160 | 0.16 | 0.68 |
| Hex | 9F | BA | B1 | F | 0 | 5 | 1B | A0 | 10 | 44 |
| Octal | 237 | 272 | 261 | 17 | 0 | 5 | 33 | 240 | 20 | 104 |
| Binary | 10011111 | 10111010 | 10110001 | 1111 | 0 | 101 | 11011 | 10100000 | 10000 | 1000100 |
Color Harmonies of #9FBAB1
Complementary color
Monochromatic Colors of #9FBAB1
Black with #9FBAB1
Text Example
Text Example
White with #9FBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAB1; }
p { color: rgb(159,186,177); }
H1.HeaderClassName
{
color: #9FBAB1;
}
.AnyTagClassName
{
color: #9FBAB1;
}
</style>
background-color css
<style>
a { background-color: #9FBAB1; }
a { background-color: rgb(159,186,177); }
div.DivClassName
{
background-color: #9FBAB1;
}
.BgClassName
{
background-color: #9FBAB1;
}
</style>
border-color css
<style>
span { border-color: #9FBAB1; }
span { border-color: rgb(159,186,177); }
td.TdClassName
{
border-color: #9FBAB1;
}
.TagClassName
{
border-color: #9FBAB1;
}
</style>