#8A9358

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

Shades of Avocado #8A9358

Tints of Avocado #8A9358

Color information

#8A9358 (or 0x8A9358) is unknown color: approx Avocado. HEX triplet: 8A, 93 and 58. RGB value is (138,147,88). Sum of RGB (Red+Green+Blue) = 138+147+88=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9358 is #756CA7. Grayscale: #898989. Windows color (decimal): -7695528 or 5804938. OLE color: 5804938.

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

Color convert

RGB13814788-
CMYK0.0600.400.42
HSL69.15º25.11%46.08%-
HSV(B)69.15º40.14%57.65%-
XYZ22.6826.9813.24-
YUV137.58100.02128.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=37.00%
G=39.41%
B=23.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147880.0600.400.4269.1525.1146.08
Hex8A935860282A45192e
Octal2122231306050521053156
Binary100010101001001110110001100101000101010100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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