Html Css Color HEX #899561 Avocado

📋 copy color: '#899561'

red 137 ◦ green 149 ◦ blue 97

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

Shades of Avocado #899561

Tints of Avocado #899561

RGB

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

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

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

R = 35.77%
G = 38.9%
B = 25.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#899561 (or 0x899561) is known color: Avocado. HEX triplet: 89, 95 and 61. RGB value is (137,149,97). Sum of RGB (Red+Green+Blue) = 137+149+97=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #899561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899561 is #766A9E. Grayscale: #8B8B8B. Windows color (decimal): -7760543 or 6395273. OLE color: 6395273.

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

Color convert

RGB 137 149 97 -
CMYK 0.08 0 0.35 0.42
HSL 73.85º 0.21% 0.48% -
HSV(B) 73.85º 0.35% 0.58% -
XYZ 23.22 27.68 15.43 -
YUV 139.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 137 149 97 0.08 0 0.35 0.42 73.85 0.21 0.48
Hex 89 95 61 8 0 23 2A 4A 15 30
Octal 211 225 141 10 0 43 52 112 25 60
Binary 10001001 10010101 1100001 1000 0 100011 101010 1001010 10101 110000

Color Harmonies of #899561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899561

Black with #899561

Text Example


Text Example

White with #899561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899561; }

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

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

background-color css

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

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

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

border-color css

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

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

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