Shades of Shadow Green #97B9B0
Tints of Shadow Green #97B9B0
RGB
CMYK
RGB Variations
Color information
#97B9B0 (or 0x97B9B0) is known color: Shadow Green. HEX triplet: 97, B9 and B0. RGB value is (151,185,176). Sum of RGB (Red+Green+Blue) = 151+185+176=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #97B9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B9B0 is #68464F. Grayscale: #ADADAD. Windows color (decimal): -6833744 or 11581847. OLE color: 11581847.
HSL color Cylindrical-coordinate representation of color #97B9B0: hue angle of 164.12º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97B9B0 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 185 | 176 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.27 |
| HSL | 164.12º | 0.2% | 0.66% | - |
| HSV(B) | 164.12º | 0.18% | 0.73% | - |
| XYZ | 37.95 | 44.41 | 47.65 | - |
| YUV | 173.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 185 | 176 | 0.18 | 0 | 0.05 | 0.27 | 164.12 | 0.2 | 0.66 |
| Hex | 97 | B9 | B0 | 12 | 0 | 5 | 1B | A4 | 14 | 42 |
| Octal | 227 | 271 | 260 | 22 | 0 | 5 | 33 | 244 | 24 | 102 |
| Binary | 10010111 | 10111001 | 10110000 | 10010 | 0 | 101 | 11011 | 10100100 | 10100 | 1000010 |
Color Harmonies of #97B9B0
Complementary color
Monochromatic Colors of #97B9B0
Black with #97B9B0
Text Example
Text Example
White with #97B9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B9B0; }
p { color: rgb(151,185,176); }
H1.HeaderClassName
{
color: #97B9B0;
}
.AnyTagClassName
{
color: #97B9B0;
}
</style>
background-color css
<style>
a { background-color: #97B9B0; }
a { background-color: rgb(151,185,176); }
div.DivClassName
{
background-color: #97B9B0;
}
.BgClassName
{
background-color: #97B9B0;
}
</style>
border-color css
<style>
span { border-color: #97B9B0; }
span { border-color: rgb(151,185,176); }
td.TdClassName
{
border-color: #97B9B0;
}
.TagClassName
{
border-color: #97B9B0;
}
</style>