#8CA089

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

Shades of Mantle #8CA089

Tints of Mantle #8CA089

Color information

#8CA089 (or 0x8CA089) is unknown color: approx Mantle. HEX triplet: 8C, A0 and 89. RGB value is (140,160,137). Sum of RGB (Red+Green+Blue) = 140+160+137=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA089 is #735F76. Grayscale: #979797. Windows color (decimal): -7561079 or 9019532. OLE color: 9019532.

HSL color Cylindrical-coordinate representation of color #8CA089: hue angle of 112.17º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA089 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB140160137-
CMYK0.1200.140.37
HSL112.17º10.8%58.24%-
HSV(B)112.17º14.37%62.75%-
XYZ27.932.5228.47-
YUV151.4119.87119.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=32.04%
G=36.61%
B=31.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1401601370.1200.140.37112.1710.858.24
Hex8CA089C0E2570b3a
Octal21424021114016451601372
Binary10001100101000001000100111000111010010111100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,160,137); }

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

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

 a { background-color: rgb(140,160,137); }

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

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

 span { border-color: rgb(140,160,137); }

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