#899B95

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

Shades of Cascade #899B95

Tints of Cascade #899B95

Color information

#899B95 (or 0x899B95) is unknown color: approx Cascade. HEX triplet: 89, 9B and 95. RGB value is (137,155,149). Sum of RGB (Red+Green+Blue) = 137+155+149=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #899B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B95 is #76646A. Grayscale: #949494. Windows color (decimal): -7758955 or 9804681. OLE color: 9804681.

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

Color convert

RGB137155149-
CMYK0.1200.040.39
HSL160º8.26%57.25%-
HSV(B)160º11.61%60.78%-
XYZ27.4630.9332.96-
YUV148.93128.04119.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.07%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 149 (58.59% from 255) = 33.79%
R=31.07%
G=35.15%
B=33.79%

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
Decimal1371551490.1200.040.391608.2657.25
Hex899B95C0427a0839
Octal2112332251404472401071
Binary10001001100110111001010111000100100111101000001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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