#8D9C99

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

Shades of Cascade #8D9C99

Tints of Cascade #8D9C99

Color information

#8D9C99 (or 0x8D9C99) is unknown color: approx Cascade. HEX triplet: 8D, 9C and 99. RGB value is (141,156,153). Sum of RGB (Red+Green+Blue) = 141+156+153=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9C99 is #726366. Grayscale: #979797. Windows color (decimal): -7496551 or 10067085. OLE color: 10067085.

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

Color convert

RGB141156153-
CMYK0.1000.020.39
HSL168º7.04%58.24%-
HSV(B)168º9.62%61.18%-
XYZ28.6231.7434.75-
YUV151.17129.03120.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.33%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 153 (60.16% from 255) = 34%
R=31.33%
G=34.67%
B=34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411561530.1000.020.391687.0458.24
Hex8D9C99A0227a873a
Octal215234231120247250772
Binary100011011001110010011001101001010011110101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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