Html Css Color HEX #889566 Avocado

📋 copy color: '#889566'

red 136 ◦ green 149 ◦ blue 102

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

Shades of Avocado #889566

Tints of Avocado #889566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.36%

R = 35.14%
G = 38.5%
B = 26.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#889566 (or 0x889566) is known color: Avocado. HEX triplet: 88, 95 and 66. RGB value is (136,149,102). Sum of RGB (Red+Green+Blue) = 136+149+102=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #889566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889566 is #776A99. Grayscale: #8B8B8B. Windows color (decimal): -7826074 or 6722952. OLE color: 6722952.

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

Color convert

RGB 136 149 102 -
CMYK 0.09 0 0.32 0.42
HSL 76.6º 0.19% 0.49% -
HSV(B) 76.6º 0.32% 0.58% -
XYZ 23.3 27.69 16.69 -
YUV 139.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 136 149 102 0.09 0 0.32 0.42 76.6 0.19 0.49
Hex 88 95 66 9 0 20 2A 4D 13 31
Octal 210 225 146 11 0 40 52 115 23 61
Binary 10001000 10010101 1100110 1001 0 100000 101010 1001101 10011 110001

Color Harmonies of #889566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889566

Black with #889566

Text Example


Text Example

White with #889566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889566; }

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

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

background-color css

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

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

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

border-color css

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

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

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