Html Css Color HEX #899366 Avocado

📋 copy color: '#899366'

red 137 ◦ green 147 ◦ blue 102

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

Shades of Avocado #899366

Tints of Avocado #899366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.42%

R = 35.49%
G = 38.08%
B = 26.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#899366 (or 0x899366) is known color: Avocado. HEX triplet: 89, 93 and 66. RGB value is (137,147,102). Sum of RGB (Red+Green+Blue) = 137+147+102=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #899366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899366 is #766C99. Grayscale: #8B8B8B. Windows color (decimal): -7761050 or 6722441. OLE color: 6722441.

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

Color convert

RGB 137 147 102 -
CMYK 0.07 0 0.31 0.42
HSL 73.33º 0.18% 0.49% -
HSV(B) 73.33º 0.31% 0.58% -
XYZ 23.15 27.15 16.59 -
YUV 138.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 137 147 102 0.07 0 0.31 0.42 73.33 0.18 0.49
Hex 89 93 66 7 0 1F 2A 49 12 31
Octal 211 223 146 7 0 37 52 111 22 61
Binary 10001001 10010011 1100110 111 0 11111 101010 1001001 10010 110001

Color Harmonies of #899366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899366

Black with #899366

Text Example


Text Example

White with #899366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899366; }

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

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

background-color css

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

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

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

border-color css

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

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

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