#88A497

Color #88A497 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #88A497

Tints of Cascade #88A497

Color information

#88A497 (or 0x88A497) is unknown color: approx 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

RGB136164151-
CMYK0.1700.080.36
HSL152.14º13.33%58.82%-
HSV(B)152.14º17.07%64.31%-
XYZ29.0134.0234.32-
YUV154.15126.22115.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 151 (59.38% from 255) = 33.48%
R=30.16%
G=36.36%
B=33.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361641510.1700.080.36152.1413.3358.82
Hex88A49711082498d3b
Octal21024422721010442301573
Binary1000100010100100100101111000101000100100100110001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>