#8cab85

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

Shades of Mantle #8CAB85

Tints of Mantle #8CAB85

Color information

#8CAB85 (or 0x8CAB85) is unknown color: approx Mantle. HEX triplet: 8C, AB and 85. RGB value is (140,171,133). Sum of RGB (Red+Green+Blue) = 140+171+133=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB85 is #73547A. Grayscale: #9D9D9D. Windows color (decimal): -7558267 or 8760204. OLE color: 8760204.

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

Color convert

RGB140171133-
CMYK0.1800.220.33
HSL108.95º18.45%59.61%-
HSV(B)108.95º22.22%67.06%-
XYZ29.6136.3927.65-
YUV157.4114.23115.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=31.53%
G=38.51%
B=29.95%

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
Decimal1401711330.1800.220.33108.9518.4559.61
Hex8CAB8512016216d123c
Octal21425320522026411552274
Binary10001100101010111000010110010010110100001110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cab85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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