#8D986D

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

Shades of Avocado #8D986D

Tints of Avocado #8D986D

Color information

#8D986D (or 0x8D986D) is unknown color: approx Avocado. HEX triplet: 8D, 98 and 6D. RGB value is (141,152,109). Sum of RGB (Red+Green+Blue) = 141+152+109=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #8D986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D986D is #726792. Grayscale: #8F8F8F. Windows color (decimal): -7497619 or 7182477. OLE color: 7182477.

HSL color Cylindrical-coordinate representation of color #8D986D: hue angle of 75.35º 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 #8D986D is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB141152109-
CMYK0.0700.280.40
HSL75.35º17.27%51.18%-
HSV(B)75.35º28.29%59.61%-
XYZ24.9729.2218.79-
YUV143.81108.36126-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=35.07%
G=37.81%
B=27.11%

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
Decimal1411521090.0700.280.4075.3517.2751.18
Hex8D986D701C284b1133
Octal2152301557034501132163
Binary10001101100110001101101111011100101000100101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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