Html Css Color HEX #889461 Avocado

📋 copy color: '#889461'

red 136 ◦ green 148 ◦ blue 97

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

Shades of Avocado #889461

Tints of Avocado #889461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 35.7%
G = 38.85%
B = 25.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#889461 (or 0x889461) is known color: Avocado. HEX triplet: 88, 94 and 61. RGB value is (136,148,97). Sum of RGB (Red+Green+Blue) = 136+148+97=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #889461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889461 is #776B9E. Grayscale: #8A8A8A. Windows color (decimal): -7826335 or 6395016. OLE color: 6395016.

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

Color convert

RGB 136 148 97 -
CMYK 0.08 0 0.34 0.42
HSL 74.12º 0.21% 0.48% -
HSV(B) 74.12º 0.34% 0.58% -
XYZ 22.9 27.28 15.37 -
YUV 138.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 136 148 97 0.08 0 0.34 0.42 74.12 0.21 0.48
Hex 88 94 61 8 0 22 2A 4A 15 30
Octal 210 224 141 10 0 42 52 112 25 60
Binary 10001000 10010100 1100001 1000 0 100010 101010 1001010 10101 110000

Color Harmonies of #889461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889461

Black with #889461

Text Example


Text Example

White with #889461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889461; }

 p { color: rgb(136,148,97); }

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

background-color css

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

 a { background-color: rgb(136,148,97); }

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

border-color css

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

 span { border-color: rgb(136,148,97); }

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