Html Css Color HEX #889564 Avocado

📋 copy color: '#889564'

red 136 ◦ green 149 ◦ blue 100

#889564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #889564

Tints of Avocado #889564

RGB

 RED value IS 136 (53.52% from 255) = 35.32%

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 35.32%
G = 38.7%
B = 25.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#889564 (or 0x889564) is known color: Avocado. HEX triplet: 88, 95 and 64. RGB value is (136,149,100). Sum of RGB (Red+Green+Blue) = 136+149+100=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #889564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889564 is #776A9B. Grayscale: #8B8B8B. Windows color (decimal): -7826076 or 6591880. OLE color: 6591880.

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

Color convert

RGB 136 149 100 -
CMYK 0.09 0 0.33 0.42
HSL 75.92º 0.2% 0.49% -
HSV(B) 75.92º 0.33% 0.58% -
XYZ 23.2 27.65 16.17 -
YUV 139.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 136 149 100 0.09 0 0.33 0.42 75.92 0.2 0.49
Hex 88 95 64 9 0 21 2A 4C 14 31
Octal 210 225 144 11 0 41 52 114 24 61
Binary 10001000 10010101 1100100 1001 0 100001 101010 1001100 10100 110001

Color Harmonies of #889564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889564

Black with #889564

Text Example


Text Example

White with #889564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889564; }

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

 H1.HeaderClassName
 {
   color: #889564;
 }
 .AnyTagClassName
 {
   color: #889564;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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