Shades of Cascade #89A197
Tints of Cascade #89A197
RGB
CMYK
RGB Variations
Color information
#89A197 (or 0x89A197) is known color: Cascade. HEX triplet: 89, A1 and 97. RGB value is (137,161,151). Sum of RGB (Red+Green+Blue) = 137+161+151=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #89A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A197 is #765E68. Grayscale: #989898. Windows color (decimal): -7757417 or 9937289. OLE color: 9937289.
HSL color Cylindrical-coordinate representation of color #89A197: hue angle of 155º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A197 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 151 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.37 |
| HSL | 155º | 0.11% | 0.58% | - |
| HSV(B) | 155º | 0.15% | 0.63% | - |
| XYZ | 28.65 | 33.04 | 34.15 | - |
| YUV | 152.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 151 | 0.15 | 0 | 0.06 | 0.37 | 155 | 0.11 | 0.58 |
| Hex | 89 | A1 | 97 | F | 0 | 6 | 25 | 9B | B | 3A |
| Octal | 211 | 241 | 227 | 17 | 0 | 6 | 45 | 233 | 13 | 72 |
| Binary | 10001001 | 10100001 | 10010111 | 1111 | 0 | 110 | 100101 | 10011011 | 1011 | 111010 |
Color Harmonies of #89A197
Complementary color
Monochromatic Colors of #89A197
Black with #89A197
Text Example
Text Example
White with #89A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A197; }
p { color: rgb(137,161,151); }
H1.HeaderClassName
{
color: #89A197;
}
.AnyTagClassName
{
color: #89A197;
}
</style>
background-color css
<style>
a { background-color: #89A197; }
a { background-color: rgb(137,161,151); }
div.DivClassName
{
background-color: #89A197;
}
.BgClassName
{
background-color: #89A197;
}
</style>
border-color css
<style>
span { border-color: #89A197; }
span { border-color: rgb(137,161,151); }
td.TdClassName
{
border-color: #89A197;
}
.TagClassName
{
border-color: #89A197;
}
</style>