Shades of Cascade #889D99
Tints of Cascade #889D99
RGB
CMYK
RGB Variations
Color information
#889D99 (or 0x889D99) is known color: Cascade. HEX triplet: 88, 9D and 99. RGB value is (136,157,153). Sum of RGB (Red+Green+Blue) = 136+157+153=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #889D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D99 is #776266. Grayscale: #969696. Windows color (decimal): -7823975 or 10067336. OLE color: 10067336.
HSL color Cylindrical-coordinate representation of color #889D99: hue angle of 168.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D99 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 153 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.38 |
| HSL | 168.57º | 0.1% | 0.57% | - |
| HSV(B) | 168.57º | 0.13% | 0.62% | - |
| XYZ | 27.96 | 31.65 | 34.77 | - |
| YUV | 150.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 153 | 0.13 | 0 | 0.03 | 0.38 | 168.57 | 0.1 | 0.57 |
| Hex | 88 | 9D | 99 | D | 0 | 3 | 26 | A9 | A | 39 |
| Octal | 210 | 235 | 231 | 15 | 0 | 3 | 46 | 251 | 12 | 71 |
| Binary | 10001000 | 10011101 | 10011001 | 1101 | 0 | 11 | 100110 | 10101001 | 1010 | 111001 |
Color Harmonies of #889D99
Complementary color
Monochromatic Colors of #889D99
Black with #889D99
Text Example
Text Example
White with #889D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D99; }
p { color: rgb(136,157,153); }
H1.HeaderClassName
{
color: #889D99;
}
.AnyTagClassName
{
color: #889D99;
}
</style>
background-color css
<style>
a { background-color: #889D99; }
a { background-color: rgb(136,157,153); }
div.DivClassName
{
background-color: #889D99;
}
.BgClassName
{
background-color: #889D99;
}
</style>
border-color css
<style>
span { border-color: #889D99; }
span { border-color: rgb(136,157,153); }
td.TdClassName
{
border-color: #889D99;
}
.TagClassName
{
border-color: #889D99;
}
</style>