Html Css Color HEX #899564 Avocado

📋 copy color: '#899564'

red 137 ◦ green 149 ◦ blue 100

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

Shades of Avocado #899564

Tints of Avocado #899564

RGB

 RED value IS 137 (53.91% from 255) = 35.49%

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

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

R = 35.49%
G = 38.6%
B = 25.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#899564 (or 0x899564) is known color: Avocado. HEX triplet: 89, 95 and 64. RGB value is (137,149,100). Sum of RGB (Red+Green+Blue) = 137+149+100=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #899564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899564 is #766A9B. Grayscale: #8C8C8C. Windows color (decimal): -7760540 or 6591881. OLE color: 6591881.

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

Color convert

RGB 137 149 100 -
CMYK 0.08 0 0.33 0.42
HSL 74.69º 0.2% 0.49% -
HSV(B) 74.69º 0.33% 0.58% -
XYZ 23.36 27.73 16.18 -
YUV 139.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 137 149 100 0.08 0 0.33 0.42 74.69 0.2 0.49
Hex 89 95 64 8 0 21 2A 4B 14 31
Octal 211 225 144 10 0 41 52 113 24 61
Binary 10001001 10010101 1100100 1000 0 100001 101010 1001011 10100 110001

Color Harmonies of #899564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899564

Black with #899564

Text Example


Text Example

White with #899564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899564; }

 p { color: rgb(137,149,100); }

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

background-color css

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

 a { background-color: rgb(137,149,100); }

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

border-color css

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

 span { border-color: rgb(137,149,100); }

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