#8e9a5c

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

Shades of Avocado #8E9A5C

Tints of Avocado #8E9A5C

Color information

#8E9A5C (or 0x8E9A5C) is unknown color: approx Avocado. HEX triplet: 8E, 9A and 5C. RGB value is (142,154,92). Sum of RGB (Red+Green+Blue) = 142+154+92=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #8E9A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9A5C is #7165A3. Grayscale: #8F8F8F. Windows color (decimal): -7431588 or 6068878. OLE color: 6068878.

HSL color Cylindrical-coordinate representation of color #8E9A5C: hue angle of 71.61º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9A5C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB14215492-
CMYK0.0800.400.40
HSL71.61º25.2%48.24%-
HSV(B)71.61º40.26%60.39%-
XYZ24.6429.6314.55-
YUV143.3499.02127.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=36.60%
G=39.69%
B=23.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142154920.0800.400.4071.6125.248.24
Hex8E9A5C802828481930
Octal21623213410050501103160
Binary1000111010011010101110010000101000101000100100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e9a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,154,92); }

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

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

 a { background-color: rgb(142,154,92); }

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

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

 span { border-color: rgb(142,154,92); }

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