Shades of Cascade #88A397
Tints of Cascade #88A397
RGB
CMYK
RGB Variations
Color information
#88A397 (or 0x88A397) is known color: Cascade. HEX triplet: 88, A3 and 97. RGB value is (136,163,151). Sum of RGB (Red+Green+Blue) = 136+163+151=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #88A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A397 is #775C68. Grayscale: #999999. Windows color (decimal): -7822441 or 9937800. OLE color: 9937800.
HSL color Cylindrical-coordinate representation of color #88A397: hue angle of 153.33º 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 #88A397 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 163 | 151 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.36 |
| HSL | 153.33º | 0.13% | 0.59% | - |
| HSV(B) | 153.33º | 0.17% | 0.64% | - |
| XYZ | 28.84 | 33.66 | 34.26 | - |
| YUV | 153.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 163 | 151 | 0.17 | 0 | 0.07 | 0.36 | 153.33 | 0.13 | 0.59 |
| Hex | 88 | A3 | 97 | 11 | 0 | 7 | 24 | 99 | D | 3B |
| Octal | 210 | 243 | 227 | 21 | 0 | 7 | 44 | 231 | 15 | 73 |
| Binary | 10001000 | 10100011 | 10010111 | 10001 | 0 | 111 | 100100 | 10011001 | 1101 | 111011 |
Color Harmonies of #88A397
Complementary color
Monochromatic Colors of #88A397
Black with #88A397
Text Example
Text Example
White with #88A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A397; }
p { color: rgb(136,163,151); }
H1.HeaderClassName
{
color: #88A397;
}
.AnyTagClassName
{
color: #88A397;
}
</style>
background-color css
<style>
a { background-color: #88A397; }
a { background-color: rgb(136,163,151); }
div.DivClassName
{
background-color: #88A397;
}
.BgClassName
{
background-color: #88A397;
}
</style>
border-color css
<style>
span { border-color: #88A397; }
span { border-color: rgb(136,163,151); }
td.TdClassName
{
border-color: #88A397;
}
.TagClassName
{
border-color: #88A397;
}
</style>