#8CAB86

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

Shades of Mantle #8CAB86

Tints of Mantle #8CAB86

Color information

#8CAB86 (or 0x8CAB86) is unknown color: approx Mantle. HEX triplet: 8C, AB and 86. RGB value is (140,171,134). Sum of RGB (Red+Green+Blue) = 140+171+134=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB86 is #735479. Grayscale: #9D9D9D. Windows color (decimal): -7558266 or 8825740. OLE color: 8825740.

HSL color Cylindrical-coordinate representation of color #8CAB86: hue angle of 110.27º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CAB86 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB140171134-
CMYK0.1800.220.33
HSL110.27º18.05%59.8%-
HSV(B)110.27º21.64%67.06%-
XYZ29.6836.4228.02-
YUV157.51114.73115.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=31.46%
G=38.43%
B=30.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711340.1800.220.33110.2718.0559.8
Hex8CAB8612016216e123c
Octal21425320622026411562274
Binary10001100101010111000011010010010110100001110111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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