#899B97

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

Shades of Cascade #899B97

Tints of Cascade #899B97

Color information

#899B97 (or 0x899B97) is unknown color: approx Cascade. HEX triplet: 89, 9B and 97. RGB value is (137,155,151). Sum of RGB (Red+Green+Blue) = 137+155+151=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #899B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B97 is #766468. Grayscale: #959595. Windows color (decimal): -7758953 or 9935753. OLE color: 9935753.

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

Color convert

RGB137155151-
CMYK0.1200.030.39
HSL166.67º8.26%57.25%-
HSV(B)166.67º11.61%60.78%-
XYZ27.623133.8-
YUV149.16129.04119.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=30.93%
G=34.99%
B=34.09%

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
Decimal1371551510.1200.030.39166.678.2657.25
Hex899B97C0327a7839
Octal2112332271403472471071
Binary1000100110011011100101111100011100111101001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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