#8E986D

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

Shades of Avocado #8E986D

Tints of Avocado #8E986D

Color information

#8E986D (or 0x8E986D) is unknown color: approx Avocado. HEX triplet: 8E, 98 and 6D. RGB value is (142,152,109). Sum of RGB (Red+Green+Blue) = 142+152+109=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #8E986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E986D is #716792. Grayscale: #909090. Windows color (decimal): -7432083 or 7182478. OLE color: 7182478.

HSL color Cylindrical-coordinate representation of color #8E986D: hue angle of 73.95º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E986D is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB142152109-
CMYK0.0700.280.40
HSL73.95º17.27%51.18%-
HSV(B)73.95º28.29%59.61%-
XYZ25.1429.3118.8-
YUV144.11108.19126.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=35.24%
G=37.72%
B=27.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421521090.0700.280.4073.9517.2751.18
Hex8E986D701C284a1133
Octal2162301557034501122163
Binary10001110100110001101101111011100101000100101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,152,109); }

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

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

 a { background-color: rgb(142,152,109); }

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

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

 span { border-color: rgb(142,152,109); }

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