#8B9463

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

Shades of Avocado #8B9463

Tints of Avocado #8B9463

Color information

#8B9463 (or 0x8B9463) is unknown color: approx Avocado. HEX triplet: 8B, 94 and 63. RGB value is (139,148,99). Sum of RGB (Red+Green+Blue) = 139+148+99=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9463 is #746B9C. Grayscale: #8B8B8B. Windows color (decimal): -7629725 or 6526091. OLE color: 6526091.

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

Color convert

RGB13914899-
CMYK0.0600.330.42
HSL71.02º19.84%48.43%-
HSV(B)71.02º33.11%58.04%-
XYZ23.4927.5715.89-
YUV139.72105.02127.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=36.01%
G=38.34%
B=25.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148990.0600.330.4271.0219.8448.43
Hex8B946360212A471430
Octal2132241436041521072460
Binary100010111001010011000111100100001101010100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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