Shades of Cascade #88A497
Tints of Cascade #88A497
RGB
CMYK
RGB Variations
Color information
#88A497 (or 0x88A497) is known color: Cascade. HEX triplet: 88, A4 and 97. RGB value is (136,164,151). Sum of RGB (Red+Green+Blue) = 136+164+151=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #88A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A497 is #775B68. Grayscale: #9A9A9A. Windows color (decimal): -7822185 or 9938056. OLE color: 9938056.
HSL color Cylindrical-coordinate representation of color #88A497: hue angle of 152.14º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88A497 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 164 | 151 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.36 |
| HSL | 152.14º | 0.13% | 0.59% | - |
| HSV(B) | 152.14º | 0.17% | 0.64% | - |
| XYZ | 29.01 | 34.02 | 34.32 | - |
| YUV | 154.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 151 | 0.17 | 0 | 0.08 | 0.36 | 152.14 | 0.13 | 0.59 |
| Hex | 88 | A4 | 97 | 11 | 0 | 8 | 24 | 98 | D | 3B |
| Octal | 210 | 244 | 227 | 21 | 0 | 10 | 44 | 230 | 15 | 73 |
| Binary | 10001000 | 10100100 | 10010111 | 10001 | 0 | 1000 | 100100 | 10011000 | 1101 | 111011 |
Color Harmonies of #88A497
Complementary color
Monochromatic Colors of #88A497
Black with #88A497
Text Example
Text Example
White with #88A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A497; }
p { color: rgb(136,164,151); }
H1.HeaderClassName
{
color: #88A497;
}
.AnyTagClassName
{
color: #88A497;
}
</style>
background-color css
<style>
a { background-color: #88A497; }
a { background-color: rgb(136,164,151); }
div.DivClassName
{
background-color: #88A497;
}
.BgClassName
{
background-color: #88A497;
}
</style>
border-color css
<style>
span { border-color: #88A497; }
span { border-color: rgb(136,164,151); }
td.TdClassName
{
border-color: #88A497;
}
.TagClassName
{
border-color: #88A497;
}
</style>