#8B935E

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

Shades of Avocado #8B935E

Tints of Avocado #8B935E

Color information

#8B935E (or 0x8B935E) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 5E. RGB value is (139,147,94). Sum of RGB (Red+Green+Blue) = 139+147+94=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #8B935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B935E is #746CA1. Grayscale: #8A8A8A. Windows color (decimal): -7629986 or 6198155. OLE color: 6198155.

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

Color convert

RGB13914794-
CMYK0.0500.360.42
HSL69.06º21.99%47.25%-
HSV(B)69.06º36.05%57.65%-
XYZ23.127.1614.62-
YUV138.57102.85128.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 94 (37.11% from 255) = 24.74%
R=36.58%
G=38.68%
B=24.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147940.0500.360.4269.0621.9947.25
Hex8B935E50242A45162f
Octal2132231365044521052657
Binary100010111001001110111101010100100101010100010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,94); }

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

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

 a { background-color: rgb(139,147,94); }

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

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

 span { border-color: rgb(139,147,94); }

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