#8E986A

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

Shades of Avocado #8E986A

Tints of Avocado #8E986A

Color information

#8E986A (or 0x8E986A) is unknown color: approx Avocado. HEX triplet: 8E, 98 and 6A. RGB value is (142,152,106). Sum of RGB (Red+Green+Blue) = 142+152+106=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #8E986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E986A is #716795. Grayscale: #8F8F8F. Windows color (decimal): -7432086 or 6985870. OLE color: 6985870.

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

Color convert

RGB142152106-
CMYK0.0700.300.40
HSL73.04º18.25%50.59%-
HSV(B)73.04º30.26%59.61%-
XYZ24.9929.2517.96-
YUV143.77106.69126.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=35.5%
G=38%
B=26.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421521060.0700.300.4073.0418.2550.59
Hex8E986A701E28491233
Octal2162301527036501112263
Binary10001110100110001101010111011110101000100100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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