#889466

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

Shades of Avocado #889466

Tints of Avocado #889466

Color information

#889466 (or 0x889466) is unknown color: approx Avocado. HEX triplet: 88, 94 and 66. RGB value is (136,148,102). Sum of RGB (Red+Green+Blue) = 136+148+102=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #889466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889466 is #776B99. Grayscale: #8B8B8B. Windows color (decimal): -7826330 or 6722696. OLE color: 6722696.

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

Color convert

RGB136148102-
CMYK0.0800.310.42
HSL75.65º18.4%49.02%-
HSV(B)75.65º31.08%58.04%-
XYZ23.1427.3716.63-
YUV139.17107.02125.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=35.23%
G=38.34%
B=26.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481020.0800.310.4275.6518.449.02
Hex889466801F2A4c1231
Octal21022414610037521142261
Binary100010001001010011001101000011111101010100110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889466; }

 p { color: rgb(136,148,102); }

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

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

 a { background-color: rgb(136,148,102); }

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

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

 span { border-color: rgb(136,148,102); }

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