#8CA386

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

Shades of Mantle #8CA386

Tints of Mantle #8CA386

Color information

#8CA386 (or 0x8CA386) is unknown color: approx Mantle. HEX triplet: 8C, A3 and 86. RGB value is (140,163,134). Sum of RGB (Red+Green+Blue) = 140+163+134=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA386 is #735C79. Grayscale: #989898. Windows color (decimal): -7560314 or 8823692. OLE color: 8823692.

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

Color convert

RGB140163134-
CMYK0.1400.180.36
HSL107.59º13.62%58.24%-
HSV(B)107.59º17.79%63.92%-
XYZ28.2233.4927.53-
YUV152.82117.38118.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=32.04%
G=37.30%
B=30.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401631340.1400.180.36107.5913.6258.24
Hex8CA386E012246ce3a
Octal21424320616022441541672
Binary100011001010001110000110111001001010010011011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,134); }

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

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

 a { background-color: rgb(140,163,134); }

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

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

 span { border-color: rgb(140,163,134); }

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