#8CA188

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

Shades of Mantle #8CA188

Tints of Mantle #8CA188

Color information

#8CA188 (or 0x8CA188) is unknown color: approx Mantle. HEX triplet: 8C, A1 and 88. RGB value is (140,161,136). Sum of RGB (Red+Green+Blue) = 140+161+136=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA188 is #735E77. Grayscale: #979797. Windows color (decimal): -7560824 or 8954252. OLE color: 8954252.

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

Color convert

RGB140161136-
CMYK0.1300.160.37
HSL110.4º11.74%58.24%-
HSV(B)110.4º15.53%63.14%-
XYZ2832.8428.16-
YUV151.87119.04119.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=32.04%
G=36.84%
B=31.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1401611360.1300.160.37110.411.7458.24
Hex8CA188D010256ec3a
Octal21424121015020451561472
Binary100011001010000110001000110101000010010111011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,161,136); }

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

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

 a { background-color: rgb(140,161,136); }

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

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

 span { border-color: rgb(140,161,136); }

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