#8A9C98

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

Shades of Cascade #8A9C98

Tints of Cascade #8A9C98

Color information

#8A9C98 (or 0x8A9C98) is unknown color: approx Cascade. HEX triplet: 8A, 9C and 98. RGB value is (138,156,152). Sum of RGB (Red+Green+Blue) = 138+156+152=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9C98 is #756367. Grayscale: #969696. Windows color (decimal): -7693160 or 10001546. OLE color: 10001546.

HSL color Cylindrical-coordinate representation of color #8A9C98: hue angle of 166.67º 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 #8A9C98 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB138156152-
CMYK0.1200.030.39
HSL166.67º8.33%57.65%-
HSV(B)166.67º11.54%61.18%-
XYZ28.0431.4534.3-
YUV150.16129.04119.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 152 (59.77% from 255) = 34.08%
R=30.94%
G=34.98%
B=34.08%

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
Decimal1381561520.1200.030.39166.678.3357.65
Hex8A9C98C0327a783a
Octal2122342301403472471072
Binary1000101010011100100110001100011100111101001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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