Html Css Color HEX #889E96 Cascade

📋 copy color: '#889E96'

red 136 ◦ green 158 ◦ blue 150

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

Shades of Cascade #889E96

Tints of Cascade #889E96

RGB

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

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

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

R = 30.63%
G = 35.59%
B = 33.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#889E96 (or 0x889E96) is known color: Cascade. HEX triplet: 88, 9E and 96. RGB value is (136,158,150). Sum of RGB (Red+Green+Blue) = 136+158+150=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 158 - color contains mainly: green. Hex color #889E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889E96 is #776169. Grayscale: #969696. Windows color (decimal): -7823722 or 9870984. OLE color: 9870984.

HSL color Cylindrical-coordinate representation of color #889E96: hue angle of 158.18º 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 #889E96 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 158 150 -
CMYK 0.14 0 0.05 0.38
HSL 158.18º 0.1% 0.58% -
HSV(B) 158.18º 0.14% 0.62% -
XYZ 27.89 31.89 33.54 -
YUV 150.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 136 158 150 0.14 0 0.05 0.38 158.18 0.1 0.58
Hex 88 9E 96 E 0 5 26 9E A 3A
Octal 210 236 226 16 0 5 46 236 12 72
Binary 10001000 10011110 10010110 1110 0 101 100110 10011110 1010 111010

Color Harmonies of #889E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E96

Black with #889E96

Text Example


Text Example

White with #889E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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