Shades of Cascade #889C97
Tints of Cascade #889C97
RGB
CMYK
RGB Variations
Color information
#889C97 (or 0x889C97) is known color: Cascade. HEX triplet: 88, 9C and 97. RGB value is (136,156,151). Sum of RGB (Red+Green+Blue) = 136+156+151=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #889C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C97 is #776368. Grayscale: #959595. Windows color (decimal): -7824233 or 9936008. OLE color: 9936008.
HSL color Cylindrical-coordinate representation of color #889C97: hue angle of 165º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C97 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 151 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.39 |
| HSL | 165º | 0.09% | 0.57% | - |
| HSV(B) | 165º | 0.13% | 0.61% | - |
| XYZ | 27.63 | 31.25 | 33.85 | - |
| YUV | 149.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 151 | 0.13 | 0 | 0.03 | 0.39 | 165 | 0.09 | 0.57 |
| Hex | 88 | 9C | 97 | D | 0 | 3 | 27 | A5 | 9 | 39 |
| Octal | 210 | 234 | 227 | 15 | 0 | 3 | 47 | 245 | 11 | 71 |
| Binary | 10001000 | 10011100 | 10010111 | 1101 | 0 | 11 | 100111 | 10100101 | 1001 | 111001 |
Color Harmonies of #889C97
Complementary color
Monochromatic Colors of #889C97
Black with #889C97
Text Example
Text Example
White with #889C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C97; }
p { color: rgb(136,156,151); }
H1.HeaderClassName
{
color: #889C97;
}
.AnyTagClassName
{
color: #889C97;
}
</style>
background-color css
<style>
a { background-color: #889C97; }
a { background-color: rgb(136,156,151); }
div.DivClassName
{
background-color: #889C97;
}
.BgClassName
{
background-color: #889C97;
}
</style>
border-color css
<style>
span { border-color: #889C97; }
span { border-color: rgb(136,156,151); }
td.TdClassName
{
border-color: #889C97;
}
.TagClassName
{
border-color: #889C97;
}
</style>