#8DA499

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

Shades of Cascade #8DA499

Tints of Cascade #8DA499

Color information

#8DA499 (or 0x8DA499) is unknown color: approx Cascade. HEX triplet: 8D, A4 and 99. RGB value is (141,164,153). Sum of RGB (Red+Green+Blue) = 141+164+153=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA499 is #725B66. Grayscale: #9B9B9B. Windows color (decimal): -7494503 or 10069133. OLE color: 10069133.

HSL color Cylindrical-coordinate representation of color #8DA499: hue angle of 151.3º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8DA499 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB141164153-
CMYK0.1400.070.36
HSL151.3º11.22%59.8%-
HSV(B)151.3º14.02%64.31%-
XYZ30.0134.5135.22-
YUV155.87126.38117.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=30.79%
G=35.81%
B=33.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641530.1400.070.36151.311.2259.8
Hex8DA499E072497b3c
Octal2152442311607442271374
Binary10001101101001001001100111100111100100100101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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