#8CA486

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

Shades of Mantle #8CA486

Tints of Mantle #8CA486

Color information

#8CA486 (or 0x8CA486) is unknown color: approx Mantle. HEX triplet: 8C, A4 and 86. RGB value is (140,164,134). Sum of RGB (Red+Green+Blue) = 140+164+134=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA486 is #735B79. Grayscale: #999999. Windows color (decimal): -7560058 or 8823948. OLE color: 8823948.

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

Color convert

RGB140164134-
CMYK0.1500.180.36
HSL108º14.15%58.43%-
HSV(B)108º18.29%64.31%-
XYZ28.3933.8527.59-
YUV153.4117.05118.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=31.96%
G=37.44%
B=30.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641340.1500.180.3610814.1558.43
Hex8CA486F012246ce3a
Octal21424420617022441541672
Binary100011001010010010000110111101001010010011011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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