#8E915A

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

Shades of Avocado #8E915A

Tints of Avocado #8E915A

Color information

#8E915A (or 0x8E915A) is unknown color: approx Avocado. HEX triplet: 8E, 91 and 5A. RGB value is (142,145,90). Sum of RGB (Red+Green+Blue) = 142+145+90=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #8E915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E915A is #716EA5. Grayscale: #8A8A8A. Windows color (decimal): -7433894 or 5935502. OLE color: 5935502.

HSL color Cylindrical-coordinate representation of color #8E915A: hue angle of 63.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E915A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14214590-
CMYK0.0200.380.43
HSL63.27º23.4%46.08%-
HSV(B)63.27º37.93%56.86%-
XYZ23.1326.7413.62-
YUV137.83101.01130.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=37.67%
G=38.46%
B=23.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145900.0200.380.4363.2723.446.08
Hex8E915A20262B3f172e
Octal216221132204653772756
Binary1000111010010001101101010010011010101111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,145,90); }

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

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

 a { background-color: rgb(142,145,90); }

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

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

 span { border-color: rgb(142,145,90); }

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