Html Css Color HEX #889E99 Cascade

📋 copy color: '#889E99'

red 136 ◦ green 158 ◦ blue 153

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

Shades of Cascade #889E99

Tints of Cascade #889E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.35%

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

R = 30.43%
G = 35.35%
B = 34.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#889E99 (or 0x889E99) is known color: Cascade. HEX triplet: 88, 9E and 99. RGB value is (136,158,153). Sum of RGB (Red+Green+Blue) = 136+158+153=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 158 - color contains mainly: green. Hex color #889E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889E99 is #776166. Grayscale: #969696. Windows color (decimal): -7823719 or 10067592. OLE color: 10067592.

HSL color Cylindrical-coordinate representation of color #889E99: hue angle of 166.36º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889E99 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 158 153 -
CMYK 0.14 0 0.03 0.38
HSL 166.36º 0.1% 0.58% -
HSV(B) 166.36º 0.14% 0.62% -
XYZ 28.13 31.99 34.83 -
YUV 150.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 136 158 153 0.14 0 0.03 0.38 166.36 0.1 0.58
Hex 88 9E 99 E 0 3 26 A6 A 3A
Octal 210 236 231 16 0 3 46 246 12 72
Binary 10001000 10011110 10011001 1110 0 11 100110 10100110 1010 111010

Color Harmonies of #889E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E99

Black with #889E99

Text Example


Text Example

White with #889E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889E99; }

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

 H1.HeaderClassName
 {
   color: #889E99;
 }
 .AnyTagClassName
 {
   color: #889E99;
 }
</style>

background-color css

<style>
 a { background-color: #889E99; }

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

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

border-color css

<style>
 span { border-color: #889E99; }

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

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