#8B9B86

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

Shades of Mantle #8B9B86

Tints of Mantle #8B9B86

Color information

#8B9B86 (or 0x8B9B86) is unknown color: approx Mantle. HEX triplet: 8B, 9B and 86. RGB value is (139,155,134). Sum of RGB (Red+Green+Blue) = 139+155+134=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9B86 is #746479. Grayscale: #939393. Windows color (decimal): -7627898 or 8821643. OLE color: 8821643.

HSL color Cylindrical-coordinate representation of color #8B9B86: hue angle of 105.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B9B86 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB139155134-
CMYK0.1000.140.39
HSL105.71º9.5%56.67%-
HSV(B)105.71º13.55%60.78%-
XYZ26.6730.6527.07-
YUV147.82120.2121.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=32.48%
G=36.21%
B=31.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391551340.1000.140.39105.719.556.67
Hex8B9B86A0E276aa39
Octal21323320612016471521271
Binary10001011100110111000011010100111010011111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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