#899459

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

Shades of Avocado #899459

Tints of Avocado #899459

Color information

#899459 (or 0x899459) is unknown color: approx Avocado. HEX triplet: 89, 94 and 59. RGB value is (137,148,89). Sum of RGB (Red+Green+Blue) = 137+148+89=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #899459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899459 is #766BA6. Grayscale: #8A8A8A. Windows color (decimal): -7760807 or 5870729. OLE color: 5870729.

HSL color Cylindrical-coordinate representation of color #899459: hue angle of 71.19º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899459 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB13714889-
CMYK0.0700.400.42
HSL71.19º24.89%46.47%-
HSV(B)71.19º39.86%58.04%-
XYZ22.7127.2213.51-
YUV137.99100.36127.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=36.63%
G=39.57%
B=23.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137148890.0700.400.4271.1924.8946.47
Hex89945970282A47192e
Octal2112241317050521073156
Binary100010011001010010110011110101000101010100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899459; }

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

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

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

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

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

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

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

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