#8B935A

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

Shades of Avocado #8B935A

Tints of Avocado #8B935A

Color information

#8B935A (or 0x8B935A) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 5A. RGB value is (139,147,90). Sum of RGB (Red+Green+Blue) = 139+147+90=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #8B935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B935A is #746CA5. Grayscale: #8A8A8A. Windows color (decimal): -7629990 or 5936011. OLE color: 5936011.

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

Color convert

RGB13914790-
CMYK0.0500.390.42
HSL68.42º24.05%46.47%-
HSV(B)68.42º38.78%57.65%-
XYZ22.9327.0913.69-
YUV138.11100.85128.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=36.97%
G=39.10%
B=23.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147900.0500.390.4268.4224.0546.47
Hex8B935A50272A44182e
Octal2132231325047521043056
Binary100010111001001110110101010100111101010100010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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