Html Css Color HEX #899554 Avocado

📋 copy color: '#899554'

red 137 ◦ green 149 ◦ blue 84

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

Shades of Avocado #899554

Tints of Avocado #899554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.7%

R = 37.03%
G = 40.27%
B = 22.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#899554 (or 0x899554) is known color: Avocado. HEX triplet: 89, 95 and 54. RGB value is (137,149,84). Sum of RGB (Red+Green+Blue) = 137+149+84=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #899554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899554 is #766AAB. Grayscale: #8A8A8A. Windows color (decimal): -7760556 or 5543305. OLE color: 5543305.

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

Color convert

RGB 137 149 84 -
CMYK 0.08 0 0.44 0.42
HSL 71.08º 0.28% 0.46% -
HSV(B) 71.08º 0.44% 0.58% -
XYZ 22.66 27.45 12.49 -
YUV 138 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 137 149 84 0.08 0 0.44 0.42 71.08 0.28 0.46
Hex 89 95 54 8 0 2C 2A 47 1C 2E
Octal 211 225 124 10 0 54 52 107 34 56
Binary 10001001 10010101 1010100 1000 0 101100 101010 1000111 11100 101110

Color Harmonies of #899554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899554

Black with #899554

Text Example


Text Example

White with #899554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899554; }

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

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

background-color css

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

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

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

border-color css

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

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

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