#8E9253

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

Shades of Avocado #8E9253

Tints of Avocado #8E9253

Color information

#8E9253 (or 0x8E9253) is unknown color: approx Avocado. HEX triplet: 8E, 92 and 53. RGB value is (142,146,83). Sum of RGB (Red+Green+Blue) = 142+146+83=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9253 is #716DAC. Grayscale: #898989. Windows color (decimal): -7433645 or 5477006. OLE color: 5477006.

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

Color convert

RGB14214683-
CMYK0.0300.430.43
HSL63.81º27.51%44.9%-
HSV(B)63.81º43.15%57.25%-
XYZ2326.9312.17-
YUV137.6297.17131.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=38.27%
G=39.35%
B=22.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146830.0300.430.4363.8127.5144.9
Hex8E9253302B2B401c2d
Octal2162221233053531003455
Binary10001110100100101010011110101011101011100000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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