#889457

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

Shades of Avocado #889457

Tints of Avocado #889457

Color information

#889457 (or 0x889457) is unknown color: approx Avocado. HEX triplet: 88, 94 and 57. RGB value is (136,148,87). Sum of RGB (Red+Green+Blue) = 136+148+87=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #889457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889457 is #776BA8. Grayscale: #898989. Windows color (decimal): -7826345 or 5739656. OLE color: 5739656.

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

Color convert

RGB13614887-
CMYK0.0800.410.42
HSL71.8º25.96%46.08%-
HSV(B)71.8º41.22%58.04%-
XYZ22.4627.113.06-
YUV137.4699.52126.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=36.66%
G=39.89%
B=23.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148870.0800.410.4271.825.9646.08
Hex88945780292A481a2e
Octal21022412710051521103256
Binary1000100010010100101011110000101001101010100100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889457; }

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

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

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

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

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

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

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

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