#8B9465

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

Shades of Avocado #8B9465

Tints of Avocado #8B9465

Color information

#8B9465 (or 0x8B9465) is unknown color: approx Avocado. HEX triplet: 8B, 94 and 65. RGB value is (139,148,101). Sum of RGB (Red+Green+Blue) = 139+148+101=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9465 is #746B9A. Grayscale: #8C8C8C. Windows color (decimal): -7629723 or 6657163. OLE color: 6657163.

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

Color convert

RGB139148101-
CMYK0.0600.320.42
HSL71.49º18.88%48.82%-
HSV(B)71.49º31.76%58.04%-
XYZ23.5927.6116.4-
YUV139.95106.02127.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=35.82%
G=38.14%
B=26.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391481010.0600.320.4271.4918.8848.82
Hex8B946560202A471331
Octal2132241456040521072361
Binary100010111001010011001011100100000101010100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,148,101); }

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

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

 a { background-color: rgb(139,148,101); }

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

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

 span { border-color: rgb(139,148,101); }

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