Html Css Color HEX #889E98 Cascade

📋 copy color: '#889E98'

red 136 ◦ green 158 ◦ blue 152

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

Shades of Cascade #889E98

Tints of Cascade #889E98

RGB

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

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

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

R = 30.49%
G = 35.43%
B = 34.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#889E98 (or 0x889E98) is known color: Cascade. HEX triplet: 88, 9E and 98. RGB value is (136,158,152). Sum of RGB (Red+Green+Blue) = 136+158+152=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #889E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889E98 is #776167. Grayscale: #969696. Windows color (decimal): -7823720 or 10002056. OLE color: 10002056.

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

Color convert

RGB 136 158 152 -
CMYK 0.14 0 0.04 0.38
HSL 163.64º 0.1% 0.58% -
HSV(B) 163.64º 0.14% 0.62% -
XYZ 28.05 31.95 34.4 -
YUV 150.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 136 158 152 0.14 0 0.04 0.38 163.64 0.1 0.58
Hex 88 9E 98 E 0 4 26 A4 A 3A
Octal 210 236 230 16 0 4 46 244 12 72
Binary 10001000 10011110 10011000 1110 0 100 100110 10100100 1010 111010

Color Harmonies of #889E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E98

Black with #889E98

Text Example


Text Example

White with #889E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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