#88A799

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

Shades of Cascade #88A799

Tints of Cascade #88A799

Color information

#88A799 (or 0x88A799) is unknown color: approx Cascade. HEX triplet: 88, A7 and 99. RGB value is (136,167,153). Sum of RGB (Red+Green+Blue) = 136+167+153=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #88A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A799 is #775866. Grayscale: #9C9C9C. Windows color (decimal): -7821415 or 10069896. OLE color: 10069896.

HSL color Cylindrical-coordinate representation of color #88A799: hue angle of 152.9º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A799 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB136167153-
CMYK0.1900.080.35
HSL152.9º14.98%59.41%-
HSV(B)152.9º18.56%65.49%-
XYZ29.7235.1735.36-
YUV156.14126.23113.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.82%
GREEN value IS 167 (65.62% from 255) = 36.62%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=29.82%
G=36.62%
B=33.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361671530.1900.080.35152.914.9859.41
Hex88A79913082399f3b
Octal21024723123010432311773
Binary1000100010100111100110011001101000100011100110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A799; }

 p { color: rgb(136,167,153); }

 H1.HeaderClassName
 {
   color: #88A799;
 }
 .AnyTagClassName
 {
   color: #88A799;
 }
</style>
background-color css

<style>
 a { background-color: #88A799; }

 a { background-color: rgb(136,167,153); }

 div.DivClassName
 {
   background-color: #88A799;
 }
 .BgClassName
 {
   background-color: #88A799;
 }
</style>
border-color css

<style>
 span { border-color: #88A799; }

 span { border-color: rgb(136,167,153); }

 td.TdClassName
 {
   border-color: #88A799;
 }
 .TagClassName
 {
   border-color: #88A799;
 }
</style>