Html Css Color HEX #899559 Avocado

📋 copy color: '#899559'

red 137 ◦ green 149 ◦ blue 89

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

Shades of Avocado #899559

Tints of Avocado #899559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 36.53%
G = 39.73%
B = 23.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#899559 (or 0x899559) is known color: Avocado. HEX triplet: 89, 95 and 59. RGB value is (137,149,89). Sum of RGB (Red+Green+Blue) = 137+149+89=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #899559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899559 is #766AA6. Grayscale: #8A8A8A. Windows color (decimal): -7760551 or 5870985. OLE color: 5870985.

HSL color Cylindrical-coordinate representation of color #899559: hue angle of 72º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899559 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 89 -
CMYK 0.08 0 0.40 0.42
HSL 72º 0.25% 0.47% -
HSV(B) 72º 0.4% 0.58% -
XYZ 22.87 27.53 13.56 -
YUV 138.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 137 149 89 0.08 0 0.40 0.42 72 0.25 0.47
Hex 89 95 59 8 0 28 2A 48 19 2F
Octal 211 225 131 10 0 50 52 110 31 57
Binary 10001001 10010101 1011001 1000 0 101000 101010 1001000 11001 101111

Color Harmonies of #899559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899559

Black with #899559

Text Example


Text Example

White with #899559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899559; }

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

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

background-color css

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

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

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

border-color css

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

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

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