#8A9C97

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

Shades of Cascade #8A9C97

Tints of Cascade #8A9C97

Color information

#8A9C97 (or 0x8A9C97) is unknown color: approx Cascade. HEX triplet: 8A, 9C and 97. RGB value is (138,156,151). Sum of RGB (Red+Green+Blue) = 138+156+151=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9C97 is #756368. Grayscale: #969696. Windows color (decimal): -7693161 or 9936010. OLE color: 9936010.

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

Color convert

RGB138156151-
CMYK0.1200.030.39
HSL163.33º8.33%57.65%-
HSV(B)163.33º11.54%61.18%-
XYZ27.9631.4133.87-
YUV150.05128.54119.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 151 (59.38% from 255) = 33.93%
R=31.01%
G=35.06%
B=33.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381561510.1200.030.39163.338.3357.65
Hex8A9C97C0327a383a
Octal2122342271403472431072
Binary1000101010011100100101111100011100111101000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,156,151); }

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

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

 a { background-color: rgb(138,156,151); }

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

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

 span { border-color: rgb(138,156,151); }

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