#8CA986

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

Shades of Mantle #8CA986

Tints of Mantle #8CA986

Color information

#8CA986 (or 0x8CA986) is unknown color: approx Mantle. HEX triplet: 8C, A9 and 86. RGB value is (140,169,134). Sum of RGB (Red+Green+Blue) = 140+169+134=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA986 is #735679. Grayscale: #9C9C9C. Windows color (decimal): -7558778 or 8825228. OLE color: 8825228.

HSL color Cylindrical-coordinate representation of color #8CA986: hue angle of 109.71º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CA986 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB140169134-
CMYK0.1700.210.34
HSL109.71º16.91%59.41%-
HSV(B)109.71º20.71%66.27%-
XYZ29.3135.6727.9-
YUV156.34115.39116.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=31.60%
G=38.15%
B=30.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401691340.1700.210.34109.7116.9159.41
Hex8CA98611015226e113b
Octal21425120621025421562173
Binary10001100101010011000011010001010101100010110111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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