#8A9458

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

Shades of Avocado #8A9458

Tints of Avocado #8A9458

Color information

#8A9458 (or 0x8A9458) is unknown color: approx Avocado. HEX triplet: 8A, 94 and 58. RGB value is (138,148,88). Sum of RGB (Red+Green+Blue) = 138+148+88=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9458 is #756BA7. Grayscale: #8A8A8A. Windows color (decimal): -7695272 or 5805194. OLE color: 5805194.

HSL color Cylindrical-coordinate representation of color #8A9458: hue angle of 70º degrees, saturation: 0.25, 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 #8A9458 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB13814888-
CMYK0.0700.410.42
HSL70º25.42%46.27%-
HSV(B)70º40.54%58.04%-
XYZ22.8327.2913.3-
YUV138.1799.69127.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=36.90%
G=39.57%
B=23.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138148880.0700.410.427025.4246.27
Hex8A945870292A46192e
Octal2122241307051521063156
Binary100010101001010010110001110101001101010100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,148,88); }

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

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

 a { background-color: rgb(138,148,88); }

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

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

 span { border-color: rgb(138,148,88); }

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