Html Css Color HEX #889365 Avocado

📋 copy color: '#889365'

red 136 ◦ green 147 ◦ blue 101

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

Shades of Avocado #889365

Tints of Avocado #889365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.3%

R = 35.42%
G = 38.28%
B = 26.3%

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

#889365 (or 0x889365) is known color: Avocado. HEX triplet: 88, 93 and 65. RGB value is (136,147,101). Sum of RGB (Red+Green+Blue) = 136+147+101=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #889365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889365 is #776C9A. Grayscale: #8A8A8A. Windows color (decimal): -7826587 or 6656904. OLE color: 6656904.

HSL color Cylindrical-coordinate representation of color #889365: hue angle of 74.35º degrees, saturation: 0.19, 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 #889365 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 101 -
CMYK 0.07 0 0.31 0.42
HSL 74.35º 0.19% 0.49% -
HSV(B) 74.35º 0.31% 0.58% -
XYZ 22.94 27.04 16.32 -
YUV 138.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 136 147 101 0.07 0 0.31 0.42 74.35 0.19 0.49
Hex 88 93 65 7 0 1F 2A 4A 13 31
Octal 210 223 145 7 0 37 52 112 23 61
Binary 10001000 10010011 1100101 111 0 11111 101010 1001010 10011 110001

Color Harmonies of #889365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889365

Black with #889365

Text Example


Text Example

White with #889365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889365; }

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

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

background-color css

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

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

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

border-color css

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

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

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