#8CA389

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

Shades of Mantle #8CA389

Tints of Mantle #8CA389

Color information

#8CA389 (or 0x8CA389) is unknown color: approx Mantle. HEX triplet: 8C, A3 and 89. RGB value is (140,163,137). Sum of RGB (Red+Green+Blue) = 140+163+137=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA389 is #735C76. Grayscale: #999999. Windows color (decimal): -7560311 or 9020300. OLE color: 9020300.

HSL color Cylindrical-coordinate representation of color #8CA389: hue angle of 113.08º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8CA389 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB140163137-
CMYK0.1400.160.36
HSL113.08º12.38%58.82%-
HSV(B)113.08º15.95%63.92%-
XYZ28.4333.5828.65-
YUV153.16118.88118.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=31.82%
G=37.05%
B=31.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401631370.1400.160.36113.0812.3858.82
Hex8CA389E0102471c3b
Octal21424321116020441611473
Binary100011001010001110001001111001000010010011100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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