#8B9F95

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

Shades of Cascade #8B9F95

Tints of Cascade #8B9F95

Color information

#8B9F95 (or 0x8B9F95) is unknown color: approx Cascade. HEX triplet: 8B, 9F and 95. RGB value is (139,159,149). Sum of RGB (Red+Green+Blue) = 139+159+149=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9F95 is #74606A. Grayscale: #979797. Windows color (decimal): -7626859 or 9805707. OLE color: 9805707.

HSL color Cylindrical-coordinate representation of color #8B9F95: hue angle of 150º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B9F95 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB139159149-
CMYK0.1300.060.38
HSL150º9.43%58.43%-
HSV(B)150º12.58%62.35%-
XYZ28.4732.4633.2-
YUV151.88126.37118.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=31.10%
G=35.57%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391591490.1300.060.381509.4358.43
Hex8B9F95D06269693a
Octal2132372251506462261172
Binary10001011100111111001010111010110100110100101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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