#889C98

Color #889C98 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #889C98

Tints of Cascade #889C98

Color information

#889C98 (or 0x889C98) is unknown color: approx 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

RGB136156152-
CMYK0.1300.030.39
HSL168º9.17%57.25%-
HSV(B)168º12.82%61.18%-
XYZ27.7131.2834.28-
YUV149.56129.37118.33-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361561520.1300.030.391689.1757.25
Hex889C98D0327a8939
Octal2102342301503472501171
Binary1000100010011100100110001101011100111101010001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>