#88A299

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

Shades of Cascade #88A299

Tints of Cascade #88A299

Color information

#88A299 (or 0x88A299) is unknown color: approx Cascade. HEX triplet: 88, A2 and 99. RGB value is (136,162,153). Sum of RGB (Red+Green+Blue) = 136+162+153=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #88A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A299 is #775D66. Grayscale: #999999. Windows color (decimal): -7822695 or 10068616. OLE color: 10068616.

HSL color Cylindrical-coordinate representation of color #88A299: hue angle of 159.23º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A299 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB136162153-
CMYK0.1600.060.36
HSL159.23º12.26%58.43%-
HSV(B)159.23º16.05%63.53%-
XYZ28.8233.3735.06-
YUV153.2127.89115.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=30.16%
G=35.92%
B=33.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361621530.1600.060.36159.2312.2658.43
Hex88A2991006249fc3a
Octal2102422312006442371472
Binary100010001010001010011001100000110100100100111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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