#8E9257

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

Shades of Avocado #8E9257

Tints of Avocado #8E9257

Color information

#8E9257 (or 0x8E9257) is unknown color: approx Avocado. HEX triplet: 8E, 92 and 57. RGB value is (142,146,87). Sum of RGB (Red+Green+Blue) = 142+146+87=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9257 is #716DA8. Grayscale: #8A8A8A. Windows color (decimal): -7433641 or 5739150. OLE color: 5739150.

HSL color Cylindrical-coordinate representation of color #8E9257: hue angle of 64.07º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9257 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14214687-
CMYK0.0300.400.43
HSL64.07º25.32%45.69%-
HSV(B)64.07º40.41%57.25%-
XYZ23.152713.01-
YUV138.0899.17130.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=37.87%
G=38.93%
B=23.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146870.0300.400.4364.0725.3245.69
Hex8E925730282B40192e
Octal2162221273050531003156
Binary10001110100100101010111110101000101011100000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,87); }

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

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

 a { background-color: rgb(142,146,87); }

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

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

 span { border-color: rgb(142,146,87); }

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