#8E9353

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

Shades of Avocado #8E9353

Tints of Avocado #8E9353

Color information

#8E9353 (or 0x8E9353) is unknown color: approx Avocado. HEX triplet: 8E, 93 and 53. RGB value is (142,147,83). Sum of RGB (Red+Green+Blue) = 142+147+83=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9353 is #716CAC. Grayscale: #8A8A8A. Windows color (decimal): -7433389 or 5477262. OLE color: 5477262.

HSL color Cylindrical-coordinate representation of color #8E9353: hue angle of 64.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E9353 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14214783-
CMYK0.0300.440.42
HSL64.69º27.83%45.1%-
HSV(B)64.69º43.54%57.65%-
XYZ23.1527.2412.22-
YUV138.2196.84130.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=38.17%
G=39.52%
B=22.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147830.0300.440.4264.6927.8345.1
Hex8E9353302C2A411c2d
Octal2162231233054521013455
Binary10001110100100111010011110101100101010100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,147,83); }

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

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

 a { background-color: rgb(142,147,83); }

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

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

 span { border-color: rgb(142,147,83); }

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