#8E925A

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

Shades of Avocado #8E925A

Tints of Avocado #8E925A

Color information

#8E925A (or 0x8E925A) is unknown color: approx Avocado. HEX triplet: 8E, 92 and 5A. RGB value is (142,146,90). Sum of RGB (Red+Green+Blue) = 142+146+90=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #8E925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E925A is #716DA5. Grayscale: #8A8A8A. Windows color (decimal): -7433638 or 5935758. OLE color: 5935758.

HSL color Cylindrical-coordinate representation of color #8E925A: hue angle of 64.29º degrees, saturation: 0.24, 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 #8E925A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14214690-
CMYK0.0300.380.43
HSL64.29º23.73%46.27%-
HSV(B)64.29º38.36%57.25%-
XYZ23.2827.0513.67-
YUV138.42100.67130.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=37.57%
G=38.62%
B=23.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146900.0300.380.4364.2923.7346.27
Hex8E925A30262B40182e
Octal2162221323046531003056
Binary10001110100100101011010110100110101011100000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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