#8B946E

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

Shades of Avocado #8B946E

Tints of Avocado #8B946E

Color information

#8B946E (or 0x8B946E) is unknown color: approx Avocado. HEX triplet: 8B, 94 and 6E. RGB value is (139,148,110). Sum of RGB (Red+Green+Blue) = 139+148+110=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #8B946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B946E is #746B91. Grayscale: #8D8D8D. Windows color (decimal): -7629714 or 7246987. OLE color: 7246987.

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

Color convert

RGB139148110-
CMYK0.0600.260.42
HSL74.21º15.08%50.59%-
HSV(B)74.21º25.68%58.04%-
XYZ24.0527.7918.85-
YUV140.98110.52126.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=35.01%
G=37.28%
B=27.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391481100.0600.260.4274.2115.0850.59
Hex8B946E601A2A4af33
Octal2132241566032521121763
Binary1000101110010100110111011001101010101010010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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