#8E9C99

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

Shades of Cascade #8E9C99

Tints of Cascade #8E9C99

Color information

#8E9C99 (or 0x8E9C99) is unknown color: approx Cascade. HEX triplet: 8E, 9C and 99. RGB value is (142,156,153). Sum of RGB (Red+Green+Blue) = 142+156+153=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9C99 is #716366. Grayscale: #979797. Windows color (decimal): -7431015 or 10067086. OLE color: 10067086.

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

Color convert

RGB142156153-
CMYK0.0900.020.39
HSL167.14º6.6%58.43%-
HSV(B)167.14º8.97%61.18%-
XYZ28.7931.8334.76-
YUV151.47128.86121.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=31.49%
G=34.59%
B=33.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421561530.0900.020.39167.146.658.43
Hex8E9C9990227a773a
Octal216234231110247247772
Binary100011101001110010011001100101010011110100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,153); }

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

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

 a { background-color: rgb(142,156,153); }

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

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

 span { border-color: rgb(142,156,153); }

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