#899366

Color #899366 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #899366

Tints of Avocado #899366

Color information

#899366 (or 0x899366) is unknown color: approx 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

RGB137147102-
CMYK0.0700.310.42
HSL73.33º18.07%48.82%-
HSV(B)73.33º30.61%57.65%-
XYZ23.1527.1516.59-
YUV138.88107.19126.66-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471020.0700.310.4273.3318.0748.82
Hex899366701F2A491231
Octal2112231467037521112261
Binary10001001100100111100110111011111101010100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>