Html Css Color HEX #88A297 Cascade

📋 copy color: '#88A297'

red 136 ◦ green 162 ◦ blue 151

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

Shades of Cascade #88A297

Tints of Cascade #88A297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 151 (59.38% from 255) = 33.63%

R = 30.29%
G = 36.08%
B = 33.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#88A297 (or 0x88A297) is known color: Cascade. HEX triplet: 88, A2 and 97. RGB value is (136,162,151). Sum of RGB (Red+Green+Blue) = 136+162+151=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #88A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A297 is #775D68. Grayscale: #989898. Windows color (decimal): -7822697 or 9937544. OLE color: 9937544.

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

Color convert

RGB 136 162 151 -
CMYK 0.16 0 0.07 0.36
HSL 154.62º 0.12% 0.58% -
HSV(B) 154.62º 0.16% 0.64% -
XYZ 28.66 33.31 34.2 -
YUV 152.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 136 162 151 0.16 0 0.07 0.36 154.62 0.12 0.58
Hex 88 A2 97 10 0 7 24 9B C 3A
Octal 210 242 227 20 0 7 44 233 14 72
Binary 10001000 10100010 10010111 10000 0 111 100100 10011011 1100 111010

Color Harmonies of #88A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A297

Black with #88A297

Text Example


Text Example

White with #88A297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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