#889558

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

Shades of Avocado #889558

Tints of Avocado #889558

Color information

#889558 (or 0x889558) is unknown color: approx Avocado. HEX triplet: 88, 95 and 58. RGB value is (136,149,88). Sum of RGB (Red+Green+Blue) = 136+149+88=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #889558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889558 is #776AA7. Grayscale: #8A8A8A. Windows color (decimal): -7826088 or 5805448. OLE color: 5805448.

HSL color Cylindrical-coordinate representation of color #889558: hue angle of 72.79º 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 #889558 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB13614988-
CMYK0.0900.410.42
HSL72.79º25.74%46.47%-
HSV(B)72.79º40.94%58.43%-
XYZ22.6627.4313.33-
YUV138.1699.69126.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=36.46%
G=39.95%
B=23.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149880.0900.410.4272.7925.7446.47
Hex88955890292A491a2e
Octal21022513011051521113256
Binary1000100010010101101100010010101001101010100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889558; }

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

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

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

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

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

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

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

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