#8E9B98

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

Shades of Cascade #8E9B98

Tints of Cascade #8E9B98

Color information

#8E9B98 (or 0x8E9B98) is unknown color: approx Cascade. HEX triplet: 8E, 9B and 98. RGB value is (142,155,152). Sum of RGB (Red+Green+Blue) = 142+155+152=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9B98 is #716467. Grayscale: #969696. Windows color (decimal): -7431272 or 10001294. OLE color: 10001294.

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

Color convert

RGB142155152-
CMYK0.0800.020.39
HSL166.15º6.1%58.24%-
HSV(B)166.15º8.39%60.78%-
XYZ28.5431.4634.27-
YUV150.77128.69121.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=31.63%
G=34.52%
B=33.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421551520.0800.020.39166.156.158.24
Hex8E9B9880227a663a
Octal216233230100247246672
Binary100011101001101110011000100001010011110100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,152); }

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

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

 a { background-color: rgb(142,155,152); }

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

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

 span { border-color: rgb(142,155,152); }

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