#89946B

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

Shades of Avocado #89946B

Tints of Avocado #89946B

Color information

#89946B (or 0x89946B) is unknown color: approx Avocado. HEX triplet: 89, 94 and 6B. RGB value is (137,148,107). Sum of RGB (Red+Green+Blue) = 137+148+107=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #89946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89946B is #766B94. Grayscale: #8C8C8C. Windows color (decimal): -7760789 or 7050377. OLE color: 7050377.

HSL color Cylindrical-coordinate representation of color #89946B: hue angle of 76.1º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89946B is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB137148107-
CMYK0.0700.280.42
HSL76.1º16.08%50%-
HSV(B)76.1º27.7%58.04%-
XYZ23.5627.5617.99-
YUV140.04109.36125.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=34.95%
G=37.76%
B=27.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371481070.0700.280.4276.116.0850
Hex89946B701C2A4c1032
Octal2112241537034521142062
Binary10001001100101001101011111011100101010100110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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