Html Css Color HEX #889C95 Cascade

📋 copy color: '#889C95'

red 136 ◦ green 156 ◦ blue 149

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

Shades of Cascade #889C95

Tints of Cascade #889C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 30.84%
G = 35.37%
B = 33.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#889C95 (or 0x889C95) is known color: Cascade. HEX triplet: 88, 9C and 95. RGB value is (136,156,149). Sum of RGB (Red+Green+Blue) = 136+156+149=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #889C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C95 is #77636A. Grayscale: #959595. Windows color (decimal): -7824235 or 9804936. OLE color: 9804936.

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

Color convert

RGB 136 156 149 -
CMYK 0.13 0 0.04 0.39
HSL 159º 0.09% 0.57% -
HSV(B) 159º 0.13% 0.61% -
XYZ 27.47 31.18 33 -
YUV 149.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 136 156 149 0.13 0 0.04 0.39 159 0.09 0.57
Hex 88 9C 95 D 0 4 27 9F 9 39
Octal 210 234 225 15 0 4 47 237 11 71
Binary 10001000 10011100 10010101 1101 0 100 100111 10011111 1001 111001

Color Harmonies of #889C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889C95

Black with #889C95

Text Example


Text Example

White with #889C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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