#889355

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

Shades of Avocado #889355

Tints of Avocado #889355

Color information

#889355 (or 0x889355) is unknown color: approx Avocado. HEX triplet: 88, 93 and 55. RGB value is (136,147,85). Sum of RGB (Red+Green+Blue) = 136+147+85=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #889355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889355 is #776CAA. Grayscale: #888888. Windows color (decimal): -7826603 or 5608328. OLE color: 5608328.

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

Color convert

RGB13614785-
CMYK0.0700.420.42
HSL70.65º26.72%45.49%-
HSV(B)70.65º42.18%57.65%-
XYZ22.2326.7612.59-
YUV136.6498.86127.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=36.96%
G=39.95%
B=23.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147850.0700.420.4270.6526.7245.49
Hex889355702A2A471b2d
Octal2102231257052521073355
Binary100010001001001110101011110101010101010100011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889355; }

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

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

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

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

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

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

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

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