#8B935F

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

Shades of Avocado #8B935F

Tints of Avocado #8B935F

Color information

#8B935F (or 0x8B935F) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 5F. RGB value is (139,147,95). Sum of RGB (Red+Green+Blue) = 139+147+95=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #8B935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B935F is #746CA0. Grayscale: #8A8A8A. Windows color (decimal): -7629985 or 6263691. OLE color: 6263691.

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

Color convert

RGB13914795-
CMYK0.0500.350.42
HSL69.23º21.49%47.45%-
HSV(B)69.23º35.37%57.65%-
XYZ23.1527.1814.85-
YUV138.68103.35128.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=36.48%
G=38.58%
B=24.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147950.0500.350.4269.2321.4947.45
Hex8B935F50232A45152f
Octal2132231375043521052557
Binary100010111001001110111111010100011101010100010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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