Html Css Color HEX #88A499 Cascade

📋 copy color: '#88A499'

red 136 ◦ green 164 ◦ blue 153

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

Shades of Cascade #88A499

Tints of Cascade #88A499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 30.02%
G = 36.2%
B = 33.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#88A499 (or 0x88A499) is known color: Cascade. HEX triplet: 88, A4 and 99. RGB value is (136,164,153). Sum of RGB (Red+Green+Blue) = 136+164+153=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 164 - color contains mainly: green. Hex color #88A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A499 is #775B66. Grayscale: #9A9A9A. Windows color (decimal): -7822183 or 10069128. OLE color: 10069128.

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

Color convert

RGB 136 164 153 -
CMYK 0.17 0 0.07 0.36
HSL 156.43º 0.13% 0.59% -
HSV(B) 156.43º 0.17% 0.64% -
XYZ 29.18 34.09 35.18 -
YUV 154.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 136 164 153 0.17 0 0.07 0.36 156.43 0.13 0.59
Hex 88 A4 99 11 0 7 24 9C D 3B
Octal 210 244 231 21 0 7 44 234 15 73
Binary 10001000 10100100 10011001 10001 0 111 100100 10011100 1101 111011

Color Harmonies of #88A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A499

Black with #88A499

Text Example


Text Example

White with #88A499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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