#8A935B

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

Shades of Avocado #8A935B

Tints of Avocado #8A935B

Color information

#8A935B (or 0x8A935B) is unknown color: approx Avocado. HEX triplet: 8A, 93 and 5B. RGB value is (138,147,91). Sum of RGB (Red+Green+Blue) = 138+147+91=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #8A935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A935B is #756CA4. Grayscale: #8A8A8A. Windows color (decimal): -7695525 or 6001546. OLE color: 6001546.

HSL color Cylindrical-coordinate representation of color #8A935B: hue angle of 69.64º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A935B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB13814791-
CMYK0.0600.380.42
HSL69.64º23.53%46.67%-
HSV(B)69.64º38.1%57.65%-
XYZ22.827.0313.91-
YUV137.93101.52128.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=36.70%
G=39.10%
B=24.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147910.0600.380.4269.6423.5346.67
Hex8A935B60262A46182f
Octal2122231336046521063057
Binary100010101001001110110111100100110101010100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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