Html Css Color HEX #88A49C Cascade

📋 copy color: '#88A49C'

red 136 ◦ green 164 ◦ blue 156

#88A49C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #88A49C

Tints of Cascade #88A49C

RGB

 RED value IS 136 (53.52% from 255) = 29.82%

 GREEN value IS 164 (64.45% from 255) = 35.96%

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 29.82%
G = 35.96%
B = 34.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#88A49C (or 0x88A49C) is known color: Cascade. HEX triplet: 88, A4 and 9C. RGB value is (136,164,156). Sum of RGB (Red+Green+Blue) = 136+164+156=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 164 - color contains mainly: green. Hex color #88A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A49C is #775B63. Grayscale: #9A9A9A. Windows color (decimal): -7822180 or 10265736. OLE color: 10265736.

HSL color Cylindrical-coordinate representation of color #88A49C: hue angle of 162.86º 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 #88A49C is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 164 156 -
CMYK 0.17 0 0.05 0.36
HSL 162.86º 0.13% 0.59% -
HSV(B) 162.86º 0.17% 0.64% -
XYZ 29.43 34.19 36.5 -
YUV 154.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 136 164 156 0.17 0 0.05 0.36 162.86 0.13 0.59
Hex 88 A4 9C 11 0 5 24 A3 D 3B
Octal 210 244 234 21 0 5 44 243 15 73
Binary 10001000 10100100 10011100 10001 0 101 100100 10100011 1101 111011

Color Harmonies of #88A49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A49C

Black with #88A49C

Text Example


Text Example

White with #88A49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,164,156); }

 H1.HeaderClassName
 {
   color: #88A49C;
 }
 .AnyTagClassName
 {
   color: #88A49C;
 }
</style>

background-color css

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

 a { background-color: rgb(136,164,156); }

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

border-color css

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

 span { border-color: rgb(136,164,156); }

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