#889565

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

Shades of Avocado #889565

Tints of Avocado #889565

Color information

#889565 (or 0x889565) is unknown color: approx Avocado. HEX triplet: 88, 95 and 65. RGB value is (136,149,101). Sum of RGB (Red+Green+Blue) = 136+149+101=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #889565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889565 is #776A9A. Grayscale: #8B8B8B. Windows color (decimal): -7826075 or 6657416. OLE color: 6657416.

HSL color Cylindrical-coordinate representation of color #889565: hue angle of 76.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #889565 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB136149101-
CMYK0.0900.320.42
HSL76.25º19.2%49.02%-
HSV(B)76.25º32.21%58.43%-
XYZ23.2527.6716.43-
YUV139.64106.19125.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=35.23%
G=38.60%
B=26.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361491010.0900.320.4276.2519.249.02
Hex88956590202A4c1331
Octal21022514511040521142361
Binary1000100010010101110010110010100000101010100110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889565; }

 p { color: rgb(136,149,101); }

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

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

 a { background-color: rgb(136,149,101); }

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

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

 span { border-color: rgb(136,149,101); }

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