#8DA498

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

Shades of Cascade #8DA498

Tints of Cascade #8DA498

Color information

#8DA498 (or 0x8DA498) is unknown color: approx Cascade. HEX triplet: 8D, A4 and 98. RGB value is (141,164,152). Sum of RGB (Red+Green+Blue) = 141+164+152=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA498 is #725B67. Grayscale: #9B9B9B. Windows color (decimal): -7494504 or 10003597. OLE color: 10003597.

HSL color Cylindrical-coordinate representation of color #8DA498: hue angle of 148.7º 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 #8DA498 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB141164152-
CMYK0.1400.070.36
HSL148.7º11.22%59.8%-
HSV(B)148.7º14.02%64.31%-
XYZ29.9334.4834.78-
YUV155.76125.88117.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=30.85%
G=35.89%
B=33.26%

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
Decimal1411641520.1400.070.36148.711.2259.8
Hex8DA498E072495b3c
Octal2152442301607442251374
Binary10001101101001001001100011100111100100100101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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