#889455

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

Shades of Avocado #889455

Tints of Avocado #889455

Color information

#889455 (or 0x889455) is unknown color: approx Avocado. HEX triplet: 88, 94 and 55. RGB value is (136,148,85). Sum of RGB (Red+Green+Blue) = 136+148+85=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #889455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889455 is #776BAA. Grayscale: #898989. Windows color (decimal): -7826347 or 5608584. OLE color: 5608584.

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

Color convert

RGB13614885-
CMYK0.0800.430.42
HSL71.43º27.04%45.69%-
HSV(B)71.43º42.57%58.04%-
XYZ22.3827.0712.64-
YUV137.2398.52127.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=36.86%
G=40.11%
B=23.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148850.0800.430.4271.4327.0445.69
Hex889455802B2A471b2e
Octal21022412510053521073356
Binary1000100010010100101010110000101011101010100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889455; }

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

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

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

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

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

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

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

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