Html Css Color HEX #899359 Avocado

📋 copy color: '#899359'

red 137 ◦ green 147 ◦ blue 89

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

Shades of Avocado #899359

Tints of Avocado #899359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 36.73%
G = 39.41%
B = 23.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#899359 (or 0x899359) is known color: Avocado. HEX triplet: 89, 93 and 59. RGB value is (137,147,89). Sum of RGB (Red+Green+Blue) = 137+147+89=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #899359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899359 is #766CA6. Grayscale: #898989. Windows color (decimal): -7761063 or 5870473. OLE color: 5870473.

HSL color Cylindrical-coordinate representation of color #899359: hue angle of 70.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899359 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 89 -
CMYK 0.07 0 0.39 0.42
HSL 70.34º 0.25% 0.46% -
HSV(B) 70.34º 0.39% 0.58% -
XYZ 22.55 26.91 13.46 -
YUV 137.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 137 147 89 0.07 0 0.39 0.42 70.34 0.25 0.46
Hex 89 93 59 7 0 27 2A 46 19 2E
Octal 211 223 131 7 0 47 52 106 31 56
Binary 10001001 10010011 1011001 111 0 100111 101010 1000110 11001 101110

Color Harmonies of #899359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899359

Black with #899359

Text Example


Text Example

White with #899359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899359; }

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

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

background-color css

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

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

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

border-color css

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

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

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