#8DA297

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

Shades of Cascade #8DA297

Tints of Cascade #8DA297

Color information

#8DA297 (or 0x8DA297) is unknown color: approx Cascade. HEX triplet: 8D, A2 and 97. RGB value is (141,162,151). Sum of RGB (Red+Green+Blue) = 141+162+151=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA297 is #725D68. Grayscale: #9A9A9A. Windows color (decimal): -7495017 or 9937549. OLE color: 9937549.

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

Color convert

RGB141162151-
CMYK0.1300.070.36
HSL148.57º10.14%59.41%-
HSV(B)148.57º12.96%63.53%-
XYZ29.4933.7434.24-
YUV154.47126.04118.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 151 (59.38% from 255) = 33.26%
R=31.06%
G=35.68%
B=33.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621510.1300.070.36148.5710.1459.41
Hex8DA297D072495a3b
Octal2152422271507442251273
Binary10001101101000101001011111010111100100100101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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