#88A095

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

Shades of Cascade #88A095

Tints of Cascade #88A095

Color information

#88A095 (or 0x88A095) is unknown color: approx Cascade. HEX triplet: 88, A0 and 95. RGB value is (136,160,149). Sum of RGB (Red+Green+Blue) = 136+160+149=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #88A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A095 is #775F6A. Grayscale: #979797. Windows color (decimal): -7823211 or 9805960. OLE color: 9805960.

HSL color Cylindrical-coordinate representation of color #88A095: hue angle of 152.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88A095 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB136160149-
CMYK0.1500.070.37
HSL152.5º11.21%58.04%-
HSV(B)152.5º15%62.75%-
XYZ28.1532.5533.23-
YUV151.57126.55116.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=30.56%
G=35.96%
B=33.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361601490.1500.070.37152.511.2158.04
Hex88A095F072598b3a
Octal2102402251707452301372
Binary10001000101000001001010111110111100101100110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,160,149); }

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

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

 a { background-color: rgb(136,160,149); }

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

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

 span { border-color: rgb(136,160,149); }

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