#889556

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

Shades of Avocado #889556

Tints of Avocado #889556

Color information

#889556 (or 0x889556) is unknown color: approx Avocado. HEX triplet: 88, 95 and 56. RGB value is (136,149,86). Sum of RGB (Red+Green+Blue) = 136+149+86=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #889556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889556 is #776AA9. Grayscale: #8A8A8A. Windows color (decimal): -7826090 or 5674376. OLE color: 5674376.

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

Color convert

RGB13614986-
CMYK0.0900.420.42
HSL72.38º26.81%46.08%-
HSV(B)72.38º42.28%58.43%-
XYZ22.5827.412.9-
YUV137.9398.69126.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=36.66%
G=40.16%
B=23.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149860.0900.420.4272.3826.8146.08
Hex889556902A2A481b2e
Octal21022512611052521103356
Binary1000100010010101101011010010101010101010100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889556; }

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

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

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

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

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

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

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

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