Shades of Cascade #89A09C
Tints of Cascade #89A09C
RGB
CMYK
RGB Variations
Color information
#89A09C (or 0x89A09C) is known color: Cascade. HEX triplet: 89, A0 and 9C. RGB value is (137,160,156). Sum of RGB (Red+Green+Blue) = 137+160+156=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #89A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A09C is #765F63. Grayscale: #989898. Windows color (decimal): -7757668 or 10264713. OLE color: 10264713.
HSL color Cylindrical-coordinate representation of color #89A09C: hue angle of 169.57º 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 #89A09C is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 156 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.37 |
| HSL | 169.57º | 0.11% | 0.58% | - |
| HSV(B) | 169.57º | 0.14% | 0.63% | - |
| XYZ | 28.89 | 32.86 | 36.27 | - |
| YUV | 152.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 156 | 0.14 | 0 | 0.02 | 0.37 | 169.57 | 0.11 | 0.58 |
| Hex | 89 | A0 | 9C | E | 0 | 2 | 25 | AA | B | 3A |
| Octal | 211 | 240 | 234 | 16 | 0 | 2 | 45 | 252 | 13 | 72 |
| Binary | 10001001 | 10100000 | 10011100 | 1110 | 0 | 10 | 100101 | 10101010 | 1011 | 111010 |
Color Harmonies of #89A09C
Complementary color
Monochromatic Colors of #89A09C
Black with #89A09C
Text Example
Text Example
White with #89A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A09C; }
p { color: rgb(137,160,156); }
H1.HeaderClassName
{
color: #89A09C;
}
.AnyTagClassName
{
color: #89A09C;
}
</style>
background-color css
<style>
a { background-color: #89A09C; }
a { background-color: rgb(137,160,156); }
div.DivClassName
{
background-color: #89A09C;
}
.BgClassName
{
background-color: #89A09C;
}
</style>
border-color css
<style>
span { border-color: #89A09C; }
span { border-color: rgb(137,160,156); }
td.TdClassName
{
border-color: #89A09C;
}
.TagClassName
{
border-color: #89A09C;
}
</style>