#8AAA84

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

Shades of Mantle #8AAA84

Tints of Mantle #8AAA84

Color information

#8AAA84 (or 0x8AAA84) is unknown color: approx Mantle. HEX triplet: 8A, AA and 84. RGB value is (138,170,132). Sum of RGB (Red+Green+Blue) = 138+170+132=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA84 is #75557B. Grayscale: #9C9C9C. Windows color (decimal): -7689596 or 8694410. OLE color: 8694410.

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

Color convert

RGB138170132-
CMYK0.1900.220.33
HSL110.53º18.27%59.22%-
HSV(B)110.53º22.35%66.67%-
XYZ29.0235.8227.21-
YUV156.1114.4115.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 132 (51.95% from 255) = 30%
R=31.36%
G=38.64%
B=30%

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
Decimal1381701320.1900.220.33110.5318.2759.22
Hex8AAA8413016216f123b
Octal21225220423026411572273
Binary10001010101010101000010010011010110100001110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,132); }

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

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

 a { background-color: rgb(138,170,132); }

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

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

 span { border-color: rgb(138,170,132); }

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