#8E9558

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

Shades of Avocado #8E9558

Tints of Avocado #8E9558

Color information

#8E9558 (or 0x8E9558) is unknown color: approx Avocado. HEX triplet: 8E, 95 and 58. RGB value is (142,149,88). Sum of RGB (Red+Green+Blue) = 142+149+88=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9558 is #716AA7. Grayscale: #8C8C8C. Windows color (decimal): -7432872 or 5805454. OLE color: 5805454.

HSL color Cylindrical-coordinate representation of color #8E9558: hue angle of 66.89º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E9558 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14214988-
CMYK0.0500.410.42
HSL66.89º25.74%46.47%-
HSV(B)66.89º40.94%58.43%-
XYZ23.6627.9513.38-
YUV139.9598.68129.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=37.47%
G=39.31%
B=23.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149880.0500.410.4266.8925.7446.47
Hex8E955850292A431a2e
Octal2162251305051521033256
Binary100011101001010110110001010101001101010100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,88); }

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

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

 a { background-color: rgb(142,149,88); }

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

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

 span { border-color: rgb(142,149,88); }

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