#899C96

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

Shades of Cascade #899C96

Tints of Cascade #899C96

Color information

#899C96 (or 0x899C96) is unknown color: approx Cascade. HEX triplet: 89, 9C and 96. RGB value is (137,156,150). Sum of RGB (Red+Green+Blue) = 137+156+150=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #899C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C96 is #766369. Grayscale: #959595. Windows color (decimal): -7758698 or 9870473. OLE color: 9870473.

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

Color convert

RGB137156150-
CMYK0.1200.040.39
HSL161.05º8.76%57.45%-
HSV(B)161.05º12.18%61.18%-
XYZ27.7131.333.43-
YUV149.64128.21118.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=30.93%
G=35.21%
B=33.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371561500.1200.040.39161.058.7657.45
Hex899C96C0427a1939
Octal2112342261404472411171
Binary10001001100111001001011011000100100111101000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899C96; }

 p { color: rgb(137,156,150); }

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

<style>
 a { background-color: #899C96; }

 a { background-color: rgb(137,156,150); }

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

<style>
 span { border-color: #899C96; }

 span { border-color: rgb(137,156,150); }

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