Html Css Color HEX #889C98 Cascade

📋 copy color: '#889C98'

red 136 ◦ green 156 ◦ blue 152

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

Shades of Cascade #889C98

Tints of Cascade #889C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.14%

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

R = 30.63%
G = 35.14%
B = 34.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#889C98 (or 0x889C98) is known color: Cascade. HEX triplet: 88, 9C and 98. RGB value is (136,156,152). Sum of RGB (Red+Green+Blue) = 136+156+152=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 156 - color contains mainly: green. Hex color #889C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C98 is #776367. Grayscale: #959595. Windows color (decimal): -7824232 or 10001544. OLE color: 10001544.

HSL color Cylindrical-coordinate representation of color #889C98: hue angle of 168º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C98 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 156 152 -
CMYK 0.13 0 0.03 0.39
HSL 168º 0.09% 0.57% -
HSV(B) 168º 0.13% 0.61% -
XYZ 27.71 31.28 34.28 -
YUV 149.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 136 156 152 0.13 0 0.03 0.39 168 0.09 0.57
Hex 88 9C 98 D 0 3 27 A8 9 39
Octal 210 234 230 15 0 3 47 250 11 71
Binary 10001000 10011100 10011000 1101 0 11 100111 10101000 1001 111001

Color Harmonies of #889C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889C98

Black with #889C98

Text Example


Text Example

White with #889C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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