#889359

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

Shades of Avocado #889359

Tints of Avocado #889359

Color information

#889359 (or 0x889359) is unknown color: approx Avocado. HEX triplet: 88, 93 and 59. RGB value is (136,147,89). Sum of RGB (Red+Green+Blue) = 136+147+89=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #889359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889359 is #776CA6. Grayscale: #898989. Windows color (decimal): -7826599 or 5870472. OLE color: 5870472.

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

Color convert

RGB13614789-
CMYK0.0700.390.42
HSL71.38º24.58%46.27%-
HSV(B)71.38º39.46%57.65%-
XYZ22.3926.8213.45-
YUV137.1100.86127.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=36.56%
G=39.52%
B=23.92%

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
Decimal136147890.0700.390.4271.3824.5846.27
Hex88935970272A47192e
Octal2102231317047521073156
Binary100010001001001110110011110100111101010100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889359; }

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

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

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

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

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

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

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

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