#89946E

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

Shades of Avocado #89946E

Tints of Avocado #89946E

Color information

#89946E (or 0x89946E) is unknown color: approx Avocado. HEX triplet: 89, 94 and 6E. RGB value is (137,148,110). Sum of RGB (Red+Green+Blue) = 137+148+110=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #89946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89946E is #766B91. Grayscale: #8C8C8C. Windows color (decimal): -7760786 or 7246985. OLE color: 7246985.

HSL color Cylindrical-coordinate representation of color #89946E: hue angle of 77.37º 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 #89946E is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB137148110-
CMYK0.0700.260.42
HSL77.37º15.08%50.59%-
HSV(B)77.37º25.68%58.04%-
XYZ23.7227.6218.83-
YUV140.38110.86125.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=34.68%
G=37.47%
B=27.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371481100.0700.260.4277.3715.0850.59
Hex89946E701A2A4df33
Octal2112241567032521151763
Binary1000100110010100110111011101101010101010011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89946E; }

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

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

<style>
 a { background-color: #89946E; }

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

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

<style>
 span { border-color: #89946E; }

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

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