Html Css Color HEX #88A296 Cascade

📋 copy color: '#88A296'

red 136 ◦ green 162 ◦ blue 150

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

Shades of Cascade #88A296

Tints of Cascade #88A296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 30.36%
G = 36.16%
B = 33.48%

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

#88A296 (or 0x88A296) is known color: Cascade. HEX triplet: 88, A2 and 96. RGB value is (136,162,150). Sum of RGB (Red+Green+Blue) = 136+162+150=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #88A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A296 is #775D69. Grayscale: #989898. Windows color (decimal): -7822698 or 9872008. OLE color: 9872008.

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

Color convert

RGB 136 162 150 -
CMYK 0.16 0 0.07 0.36
HSL 152.31º 0.12% 0.58% -
HSV(B) 152.31º 0.16% 0.64% -
XYZ 28.58 33.28 33.77 -
YUV 152.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 136 162 150 0.16 0 0.07 0.36 152.31 0.12 0.58
Hex 88 A2 96 10 0 7 24 98 C 3A
Octal 210 242 226 20 0 7 44 230 14 72
Binary 10001000 10100010 10010110 10000 0 111 100100 10011000 1100 111010

Color Harmonies of #88A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A296

Black with #88A296

Text Example


Text Example

White with #88A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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