#8BA386

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

Shades of Mantle #8BA386

Tints of Mantle #8BA386

Color information

#8BA386 (or 0x8BA386) is unknown color: approx Mantle. HEX triplet: 8B, A3 and 86. RGB value is (139,163,134). Sum of RGB (Red+Green+Blue) = 139+163+134=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA386 is #745C79. Grayscale: #989898. Windows color (decimal): -7625850 or 8823691. OLE color: 8823691.

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

Color convert

RGB139163134-
CMYK0.1500.180.36
HSL109.66º13.62%58.24%-
HSV(B)109.66º17.79%63.92%-
XYZ28.0533.427.52-
YUV152.52117.55118.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=31.88%
G=37.39%
B=30.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391631340.1500.180.36109.6613.6258.24
Hex8BA386F012246ee3a
Octal21324320617022441561672
Binary100010111010001110000110111101001010010011011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,134); }

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

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

 a { background-color: rgb(139,163,134); }

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

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

 span { border-color: rgb(139,163,134); }

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