#889B97

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

Shades of Cascade #889B97

Tints of Cascade #889B97

Color information

#889B97 (or 0x889B97) is unknown color: approx Cascade. HEX triplet: 88, 9B and 97. RGB value is (136,155,151). Sum of RGB (Red+Green+Blue) = 136+155+151=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #889B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B97 is #776468. Grayscale: #949494. Windows color (decimal): -7824489 or 9935752. OLE color: 9935752.

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

Color convert

RGB136155151-
CMYK0.1200.030.39
HSL167.37º8.68%57.06%-
HSV(B)167.37º12.26%60.78%-
XYZ27.4630.9133.8-
YUV148.86129.21118.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=30.77%
G=35.07%
B=34.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551510.1200.030.39167.378.6857.06
Hex889B97C0327a7939
Octal2102332271403472471171
Binary1000100010011011100101111100011100111101001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,155,151); }

 H1.HeaderClassName
 {
   color: #889B97;
 }
 .AnyTagClassName
 {
   color: #889B97;
 }
</style>
background-color css

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

 a { background-color: rgb(136,155,151); }

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

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

 span { border-color: rgb(136,155,151); }

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