Html Css Color HEX #889366 Avocado

📋 copy color: '#889366'

red 136 ◦ green 147 ◦ blue 102

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

Shades of Avocado #889366

Tints of Avocado #889366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 35.32%
G = 38.18%
B = 26.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#889366 (or 0x889366) is known color: Avocado. HEX triplet: 88, 93 and 66. RGB value is (136,147,102). Sum of RGB (Red+Green+Blue) = 136+147+102=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #889366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889366 is #776C99. Grayscale: #8A8A8A. Windows color (decimal): -7826586 or 6722440. OLE color: 6722440.

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

Color convert

RGB 136 147 102 -
CMYK 0.07 0 0.31 0.42
HSL 74.67º 0.18% 0.49% -
HSV(B) 74.67º 0.31% 0.58% -
XYZ 22.99 27.06 16.58 -
YUV 138.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 136 147 102 0.07 0 0.31 0.42 74.67 0.18 0.49
Hex 88 93 66 7 0 1F 2A 4B 12 31
Octal 210 223 146 7 0 37 52 113 22 61
Binary 10001000 10010011 1100110 111 0 11111 101010 1001011 10010 110001

Color Harmonies of #889366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889366

Black with #889366

Text Example


Text Example

White with #889366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889366; }

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

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

background-color css

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

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

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

border-color css

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

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

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