Shades of Cascade #89A095
Tints of Cascade #89A095
RGB
CMYK
RGB Variations
Color information
#89A095 (or 0x89A095) is known color: Cascade. HEX triplet: 89, A0 and 95. RGB value is (137,160,149). Sum of RGB (Red+Green+Blue) = 137+160+149=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #89A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A095 is #765F6A. Grayscale: #979797. Windows color (decimal): -7757675 or 9805961. OLE color: 9805961.
HSL color Cylindrical-coordinate representation of color #89A095: hue angle of 151.3º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89A095 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 149 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.37 |
| HSL | 151.3º | 0.11% | 0.58% | - |
| HSV(B) | 151.3º | 0.14% | 0.63% | - |
| XYZ | 28.31 | 32.63 | 33.24 | - |
| YUV | 151.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 149 | 0.14 | 0 | 0.07 | 0.37 | 151.3 | 0.11 | 0.58 |
| Hex | 89 | A0 | 95 | E | 0 | 7 | 25 | 97 | B | 3A |
| Octal | 211 | 240 | 225 | 16 | 0 | 7 | 45 | 227 | 13 | 72 |
| Binary | 10001001 | 10100000 | 10010101 | 1110 | 0 | 111 | 100101 | 10010111 | 1011 | 111010 |
Color Harmonies of #89A095
Complementary color
Monochromatic Colors of #89A095
Black with #89A095
Text Example
Text Example
White with #89A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A095; }
p { color: rgb(137,160,149); }
H1.HeaderClassName
{
color: #89A095;
}
.AnyTagClassName
{
color: #89A095;
}
</style>
background-color css
<style>
a { background-color: #89A095; }
a { background-color: rgb(137,160,149); }
div.DivClassName
{
background-color: #89A095;
}
.BgClassName
{
background-color: #89A095;
}
</style>
border-color css
<style>
span { border-color: #89A095; }
span { border-color: rgb(137,160,149); }
td.TdClassName
{
border-color: #89A095;
}
.TagClassName
{
border-color: #89A095;
}
</style>