#8AA985

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

Shades of Mantle #8AA985

Tints of Mantle #8AA985

Color information

#8AA985 (or 0x8AA985) is unknown color: approx Mantle. HEX triplet: 8A, A9 and 85. RGB value is (138,169,133). Sum of RGB (Red+Green+Blue) = 138+169+133=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA985 is #75567A. Grayscale: #9B9B9B. Windows color (decimal): -7689851 or 8759690. OLE color: 8759690.

HSL color Cylindrical-coordinate representation of color #8AA985: hue angle of 111.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AA985 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB138169133-
CMYK0.1800.210.34
HSL111.67º17.31%59.22%-
HSV(B)111.67º21.3%66.27%-
XYZ28.935.4727.51-
YUV155.63115.23115.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=31.36%
G=38.41%
B=30.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381691330.1800.210.34111.6717.3159.22
Hex8AA985120152270113b
Octal21225120522025421602173
Binary10001010101010011000010110010010101100010111000010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,133); }

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

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

 a { background-color: rgb(138,169,133); }

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

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

 span { border-color: rgb(138,169,133); }

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