#899359

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

Shades of Avocado #899359

Tints of Avocado #899359

Color information

#899359 (or 0x899359) is unknown color: approx Avocado. HEX triplet: 89, 93 and 59. RGB value is (137,147,89). Sum of RGB (Red+Green+Blue) = 137+147+89=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #899359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899359 is #766CA6. Grayscale: #898989. Windows color (decimal): -7761063 or 5870473. OLE color: 5870473.

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

Color convert

RGB13714789-
CMYK0.0700.390.42
HSL70.34º24.58%46.27%-
HSV(B)70.34º39.46%57.65%-
XYZ22.5526.9113.46-
YUV137.4100.69127.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=36.73%
G=39.41%
B=23.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137147890.0700.390.4270.3424.5846.27
Hex89935970272A46192e
Octal2112231317047521063156
Binary100010011001001110110011110100111101010100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899359; }

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

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

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

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

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

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

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

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