Html Css Color HEX #889364 Avocado

📋 copy color: '#889364'

red 136 ◦ green 147 ◦ blue 100

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

Shades of Avocado #889364

Tints of Avocado #889364

RGB

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

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

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

R = 35.51%
G = 38.38%
B = 26.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#889364 (or 0x889364) is known color: Avocado. HEX triplet: 88, 93 and 64. RGB value is (136,147,100). Sum of RGB (Red+Green+Blue) = 136+147+100=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #889364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889364 is #776C9B. Grayscale: #8A8A8A. Windows color (decimal): -7826588 or 6591368. OLE color: 6591368.

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

Color convert

RGB 136 147 100 -
CMYK 0.07 0 0.32 0.42
HSL 74.04º 0.19% 0.48% -
HSV(B) 74.04º 0.32% 0.58% -
XYZ 22.89 27.02 16.07 -
YUV 138.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 136 147 100 0.07 0 0.32 0.42 74.04 0.19 0.48
Hex 88 93 64 7 0 20 2A 4A 13 30
Octal 210 223 144 7 0 40 52 112 23 60
Binary 10001000 10010011 1100100 111 0 100000 101010 1001010 10011 110000

Color Harmonies of #889364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889364

Black with #889364

Text Example


Text Example

White with #889364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889364; }

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

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

background-color css

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

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

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

border-color css

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

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

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