Shades of Cascade #89A29B
Tints of Cascade #89A29B
RGB
CMYK
RGB Variations
Color information
#89A29B (or 0x89A29B) is known color: Cascade. HEX triplet: 89, A2 and 9B. RGB value is (137,162,155). Sum of RGB (Red+Green+Blue) = 137+162+155=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #89A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A29B is #765D64. Grayscale: #999999. Windows color (decimal): -7757157 or 10199689. OLE color: 10199689.
HSL color Cylindrical-coordinate representation of color #89A29B: hue angle of 163.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A29B is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 162 | 155 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.36 |
| HSL | 163.2º | 0.12% | 0.59% | - |
| HSV(B) | 163.2º | 0.15% | 0.64% | - |
| XYZ | 29.15 | 33.53 | 35.94 | - |
| YUV | 153.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 155 | 0.15 | 0 | 0.04 | 0.36 | 163.2 | 0.12 | 0.59 |
| Hex | 89 | A2 | 9B | F | 0 | 4 | 24 | A3 | C | 3B |
| Octal | 211 | 242 | 233 | 17 | 0 | 4 | 44 | 243 | 14 | 73 |
| Binary | 10001001 | 10100010 | 10011011 | 1111 | 0 | 100 | 100100 | 10100011 | 1100 | 111011 |
Color Harmonies of #89A29B
Complementary color
Monochromatic Colors of #89A29B
Black with #89A29B
Text Example
Text Example
White with #89A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A29B; }
p { color: rgb(137,162,155); }
H1.HeaderClassName
{
color: #89A29B;
}
.AnyTagClassName
{
color: #89A29B;
}
</style>
background-color css
<style>
a { background-color: #89A29B; }
a { background-color: rgb(137,162,155); }
div.DivClassName
{
background-color: #89A29B;
}
.BgClassName
{
background-color: #89A29B;
}
</style>
border-color css
<style>
span { border-color: #89A29B; }
span { border-color: rgb(137,162,155); }
td.TdClassName
{
border-color: #89A29B;
}
.TagClassName
{
border-color: #89A29B;
}
</style>