#88A397

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

Shades of Cascade #88A397

Tints of Cascade #88A397

Color information

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

RGB136163151-
CMYK0.1700.070.36
HSL153.33º12.8%58.63%-
HSV(B)153.33º16.56%63.92%-
XYZ28.8433.6634.26-
YUV153.56126.55115.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=30.22%
G=36.22%
B=33.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361631510.1700.070.36153.3312.858.63
Hex88A39711072499d3b
Octal2102432272107442311573
Binary100010001010001110010111100010111100100100110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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