#889B96

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

Shades of Cascade #889B96

Tints of Cascade #889B96

Color information

#889B96 (or 0x889B96) is unknown color: approx Cascade. HEX triplet: 88, 9B and 96. RGB value is (136,155,150). Sum of RGB (Red+Green+Blue) = 136+155+150=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #889B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B96 is #776469. Grayscale: #949494. Windows color (decimal): -7824490 or 9870216. OLE color: 9870216.

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

Color convert

RGB136155150-
CMYK0.1200.030.39
HSL164.21º8.68%57.06%-
HSV(B)164.21º12.26%60.78%-
XYZ27.3830.8833.37-
YUV148.75128.71118.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=30.84%
G=35.15%
B=34.01%

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
Decimal1361551500.1200.030.39164.218.6857.06
Hex889B96C0327a4939
Octal2102332261403472441171
Binary1000100010011011100101101100011100111101001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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