Html Css Color HEX #899364 Avocado

📋 copy color: '#899364'

red 137 ◦ green 147 ◦ blue 100

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

Shades of Avocado #899364

Tints of Avocado #899364

RGB

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

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

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

R = 35.68%
G = 38.28%
B = 26.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#899364 (or 0x899364) is known color: Avocado. HEX triplet: 89, 93 and 64. RGB value is (137,147,100). Sum of RGB (Red+Green+Blue) = 137+147+100=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #899364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899364 is #766C9B. Grayscale: #8A8A8A. Windows color (decimal): -7761052 or 6591369. OLE color: 6591369.

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

Color convert

RGB 137 147 100 -
CMYK 0.07 0 0.32 0.42
HSL 72.77º 0.19% 0.48% -
HSV(B) 72.77º 0.32% 0.58% -
XYZ 23.05 27.11 16.07 -
YUV 138.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 137 147 100 0.07 0 0.32 0.42 72.77 0.19 0.48
Hex 89 93 64 7 0 20 2A 49 13 30
Octal 211 223 144 7 0 40 52 111 23 60
Binary 10001001 10010011 1100100 111 0 100000 101010 1001001 10011 110000

Color Harmonies of #899364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899364

Black with #899364

Text Example


Text Example

White with #899364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899364; }

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

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

background-color css

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

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

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

border-color css

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

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

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