Html Css Color HEX #88A298 Cascade

📋 copy color: '#88A298'

red 136 ◦ green 162 ◦ blue 152

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

Shades of Cascade #88A298

Tints of Cascade #88A298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.78%

R = 30.22%
G = 36%
B = 33.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#88A298 (or 0x88A298) is known color: Cascade. HEX triplet: 88, A2 and 98. RGB value is (136,162,152). Sum of RGB (Red+Green+Blue) = 136+162+152=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #88A298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A298 is #775D67. Grayscale: #999999. Windows color (decimal): -7822696 or 10003080. OLE color: 10003080.

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

Color convert

RGB 136 162 152 -
CMYK 0.16 0 0.06 0.36
HSL 156.92º 0.12% 0.58% -
HSV(B) 156.92º 0.16% 0.64% -
XYZ 28.74 33.34 34.63 -
YUV 153.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 136 162 152 0.16 0 0.06 0.36 156.92 0.12 0.58
Hex 88 A2 98 10 0 6 24 9D C 3A
Octal 210 242 230 20 0 6 44 235 14 72
Binary 10001000 10100010 10011000 10000 0 110 100100 10011101 1100 111010

Color Harmonies of #88A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A298

Black with #88A298

Text Example


Text Example

White with #88A298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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