#889358

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

Shades of Avocado #889358

Tints of Avocado #889358

Color information

#889358 (or 0x889358) is unknown color: approx Avocado. HEX triplet: 88, 93 and 58. RGB value is (136,147,88). Sum of RGB (Red+Green+Blue) = 136+147+88=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #889358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889358 is #776CA7. Grayscale: #898989. Windows color (decimal): -7826600 or 5804936. OLE color: 5804936.

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

Color convert

RGB13614788-
CMYK0.0700.400.42
HSL71.19º25.11%46.08%-
HSV(B)71.19º40.14%57.65%-
XYZ22.3526.8113.23-
YUV136.99100.36127.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=36.66%
G=39.62%
B=23.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147880.0700.400.4271.1925.1146.08
Hex88935870282A47192e
Octal2102231307050521073156
Binary100010001001001110110001110101000101010100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889358; }

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

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

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

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

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

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

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

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