Html Css Color HEX #889560 Avocado

📋 copy color: '#889560'

red 136 ◦ green 149 ◦ blue 96

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

Shades of Avocado #889560

Tints of Avocado #889560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 35.7%
G = 39.11%
B = 25.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#889560 (or 0x889560) is known color: Avocado. HEX triplet: 88, 95 and 60. RGB value is (136,149,96). Sum of RGB (Red+Green+Blue) = 136+149+96=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #889560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889560 is #776A9F. Grayscale: #8B8B8B. Windows color (decimal): -7826080 or 6329736. OLE color: 6329736.

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

Color convert

RGB 136 149 96 -
CMYK 0.09 0 0.36 0.42
HSL 74.72º 0.22% 0.48% -
HSV(B) 74.72º 0.36% 0.58% -
XYZ 23.01 27.57 15.18 -
YUV 139.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 136 149 96 0.09 0 0.36 0.42 74.72 0.22 0.48
Hex 88 95 60 9 0 24 2A 4B 16 30
Octal 210 225 140 11 0 44 52 113 26 60
Binary 10001000 10010101 1100000 1001 0 100100 101010 1001011 10110 110000

Color Harmonies of #889560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889560

Black with #889560

Text Example


Text Example

White with #889560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889560; }

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

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

background-color css

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

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

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

border-color css

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

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

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