Shades of Shadow Green #97BAB0
Tints of Shadow Green #97BAB0
RGB
CMYK
RGB Variations
Color information
#97BAB0 (or 0x97BAB0) is known color: Shadow Green. HEX triplet: 97, BA and B0. RGB value is (151,186,176). Sum of RGB (Red+Green+Blue) = 151+186+176=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #97BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BAB0 is #68454F. Grayscale: #AEAEAE. Windows color (decimal): -6833488 or 11582103. OLE color: 11582103.
HSL color Cylindrical-coordinate representation of color #97BAB0: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97BAB0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 176 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.27 |
| HSL | 162.86º | 0.2% | 0.66% | - |
| HSV(B) | 162.86º | 0.19% | 0.73% | - |
| XYZ | 38.16 | 44.83 | 47.72 | - |
| YUV | 174.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 176 | 0.19 | 0 | 0.05 | 0.27 | 162.86 | 0.2 | 0.66 |
| Hex | 97 | BA | B0 | 13 | 0 | 5 | 1B | A3 | 14 | 42 |
| Octal | 227 | 272 | 260 | 23 | 0 | 5 | 33 | 243 | 24 | 102 |
| Binary | 10010111 | 10111010 | 10110000 | 10011 | 0 | 101 | 11011 | 10100011 | 10100 | 1000010 |
Color Harmonies of #97BAB0
Complementary color
Monochromatic Colors of #97BAB0
Black with #97BAB0
Text Example
Text Example
White with #97BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BAB0; }
p { color: rgb(151,186,176); }
H1.HeaderClassName
{
color: #97BAB0;
}
.AnyTagClassName
{
color: #97BAB0;
}
</style>
background-color css
<style>
a { background-color: #97BAB0; }
a { background-color: rgb(151,186,176); }
div.DivClassName
{
background-color: #97BAB0;
}
.BgClassName
{
background-color: #97BAB0;
}
</style>
border-color css
<style>
span { border-color: #97BAB0; }
span { border-color: rgb(151,186,176); }
td.TdClassName
{
border-color: #97BAB0;
}
.TagClassName
{
border-color: #97BAB0;
}
</style>