#8DA299

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

Shades of Cascade #8DA299

Tints of Cascade #8DA299

Color information

#8DA299 (or 0x8DA299) is unknown color: approx Cascade. HEX triplet: 8D, A2 and 99. RGB value is (141,162,153). Sum of RGB (Red+Green+Blue) = 141+162+153=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA299 is #725D66. Grayscale: #9A9A9A. Windows color (decimal): -7495015 or 10068621. OLE color: 10068621.

HSL color Cylindrical-coordinate representation of color #8DA299: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA299 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB141162153-
CMYK0.1300.060.36
HSL154.29º10.14%59.41%-
HSV(B)154.29º12.96%63.53%-
XYZ29.6533.835.1-
YUV154.7127.04118.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 162 (63.67% from 255) = 35.53%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=30.92%
G=35.53%
B=33.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621530.1300.060.36154.2910.1459.41
Hex8DA299D06249aa3b
Octal2152422311506442321273
Binary10001101101000101001100111010110100100100110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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