Shades of Cascade #89A19D
Tints of Cascade #89A19D
RGB
CMYK
RGB Variations
Color information
#89A19D (or 0x89A19D) is known color: Cascade. HEX triplet: 89, A1 and 9D. RGB value is (137,161,157). Sum of RGB (Red+Green+Blue) = 137+161+157=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #89A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A19D is #765E62. Grayscale: #999999. Windows color (decimal): -7757411 or 10330505. OLE color: 10330505.
HSL color Cylindrical-coordinate representation of color #89A19D: hue angle of 170º 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 #89A19D is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 157 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.37 |
| HSL | 170º | 0.11% | 0.58% | - |
| HSV(B) | 170º | 0.15% | 0.63% | - |
| XYZ | 29.15 | 33.24 | 36.78 | - |
| YUV | 153.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 157 | 0.15 | 0 | 0.02 | 0.37 | 170 | 0.11 | 0.58 |
| Hex | 89 | A1 | 9D | F | 0 | 2 | 25 | AA | B | 3A |
| Octal | 211 | 241 | 235 | 17 | 0 | 2 | 45 | 252 | 13 | 72 |
| Binary | 10001001 | 10100001 | 10011101 | 1111 | 0 | 10 | 100101 | 10101010 | 1011 | 111010 |
Color Harmonies of #89A19D
Complementary color
Monochromatic Colors of #89A19D
Black with #89A19D
Text Example
Text Example
White with #89A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A19D; }
p { color: rgb(137,161,157); }
H1.HeaderClassName
{
color: #89A19D;
}
.AnyTagClassName
{
color: #89A19D;
}
</style>
background-color css
<style>
a { background-color: #89A19D; }
a { background-color: rgb(137,161,157); }
div.DivClassName
{
background-color: #89A19D;
}
.BgClassName
{
background-color: #89A19D;
}
</style>
border-color css
<style>
span { border-color: #89A19D; }
span { border-color: rgb(137,161,157); }
td.TdClassName
{
border-color: #89A19D;
}
.TagClassName
{
border-color: #89A19D;
}
</style>