#8B9464

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

Shades of Avocado #8B9464

Tints of Avocado #8B9464

Color information

#8B9464 (or 0x8B9464) is unknown color: approx Avocado. HEX triplet: 8B, 94 and 64. RGB value is (139,148,100). Sum of RGB (Red+Green+Blue) = 139+148+100=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9464 is #746B9B. Grayscale: #8C8C8C. Windows color (decimal): -7629724 or 6591627. OLE color: 6591627.

HSL color Cylindrical-coordinate representation of color #8B9464: hue angle of 71.25º 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 #8B9464 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB139148100-
CMYK0.0600.320.42
HSL71.25º19.35%48.63%-
HSV(B)71.25º32.43%58.04%-
XYZ23.5427.5916.14-
YUV139.84105.52127.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=35.92%
G=38.24%
B=25.84%

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
Decimal1391481000.0600.320.4271.2519.3548.63
Hex8B946460202A471331
Octal2132241446040521072361
Binary100010111001010011001001100100000101010100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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