#8D9356

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

Shades of Avocado #8D9356

Tints of Avocado #8D9356

Color information

#8D9356 (or 0x8D9356) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 56. RGB value is (141,147,86). Sum of RGB (Red+Green+Blue) = 141+147+86=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9356 is #726CA9. Grayscale: #8A8A8A. Windows color (decimal): -7498922 or 5673869. OLE color: 5673869.

HSL color Cylindrical-coordinate representation of color #8D9356: hue angle of 65.9º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D9356 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14114786-
CMYK0.0400.410.42
HSL65.9º26.18%45.69%-
HSV(B)65.9º41.5%57.65%-
XYZ23.127.212.84-
YUV138.2598.51129.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 86 (33.98% from 255) = 22.99%
R=37.70%
G=39.30%
B=22.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147860.0400.410.4265.926.1845.69
Hex8D935640292A421a2e
Octal2152231264051521023256
Binary100011011001001110101101000101001101010100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,86); }

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

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

 a { background-color: rgb(141,147,86); }

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

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

 span { border-color: rgb(141,147,86); }

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