#889456

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

Shades of Avocado #889456

Tints of Avocado #889456

Color information

#889456 (or 0x889456) is unknown color: approx Avocado. HEX triplet: 88, 94 and 56. RGB value is (136,148,86). Sum of RGB (Red+Green+Blue) = 136+148+86=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #889456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889456 is #776BA9. Grayscale: #898989. Windows color (decimal): -7826346 or 5674120. OLE color: 5674120.

HSL color Cylindrical-coordinate representation of color #889456: hue angle of 71.61º degrees, saturation: 0.26, 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 #889456 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB13614886-
CMYK0.0800.420.42
HSL71.61º26.5%45.88%-
HSV(B)71.61º41.89%58.04%-
XYZ22.4227.0912.85-
YUV137.3499.02127.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=36.76%
G=40%
B=23.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148860.0800.420.4271.6126.545.88
Hex889456802A2A481a2e
Octal21022412610052521103256
Binary1000100010010100101011010000101010101010100100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889456; }

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

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

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

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

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

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

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

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