#8B9B95

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

Shades of Cascade #8B9B95

Tints of Cascade #8B9B95

Color information

#8B9B95 (or 0x8B9B95) is unknown color: approx Cascade. HEX triplet: 8B, 9B and 95. RGB value is (139,155,149). Sum of RGB (Red+Green+Blue) = 139+155+149=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9B95 is #74646A. Grayscale: #959595. Windows color (decimal): -7627883 or 9804683. OLE color: 9804683.

HSL color Cylindrical-coordinate representation of color #8B9B95: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B9B95 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB139155149-
CMYK0.1000.040.39
HSL157.5º7.41%57.65%-
HSV(B)157.5º10.32%60.78%-
XYZ27.7931.132.97-
YUV149.53127.7120.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=31.38%
G=34.99%
B=33.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391551490.1000.040.39157.57.4157.65
Hex8B9B95A04279d73a
Octal213233225120447235772
Binary1000101110011011100101011010010010011110011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9B95; }

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

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

<style>
 a { background-color: #8B9B95; }

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

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

<style>
 span { border-color: #8B9B95; }

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

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