#8AAB86

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

Shades of Mantle #8AAB86

Tints of Mantle #8AAB86

Color information

#8AAB86 (or 0x8AAB86) is unknown color: approx Mantle. HEX triplet: 8A, AB and 86. RGB value is (138,171,134). Sum of RGB (Red+Green+Blue) = 138+171+134=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAB86 is #755479. Grayscale: #9D9D9D. Windows color (decimal): -7689338 or 8825738. OLE color: 8825738.

HSL color Cylindrical-coordinate representation of color #8AAB86: hue angle of 113.51º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AAB86 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB138171134-
CMYK0.1900.220.33
HSL113.51º18.05%59.8%-
HSV(B)113.51º21.64%67.06%-
XYZ29.3536.2528-
YUV156.92115.07114.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=31.15%
G=38.60%
B=30.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381711340.1900.220.33113.5118.0559.8
Hex8AAB86130162172123c
Octal21225320623026411622274
Binary10001010101010111000011010011010110100001111001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,134); }

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

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

 a { background-color: rgb(138,171,134); }

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

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

 span { border-color: rgb(138,171,134); }

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