#899763

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

Shades of Avocado #899763

Tints of Avocado #899763

Color information

#899763 (or 0x899763) is unknown color: approx Avocado. HEX triplet: 89, 97 and 63. RGB value is (137,151,99). Sum of RGB (Red+Green+Blue) = 137+151+99=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #899763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899763 is #76689C. Grayscale: #8D8D8D. Windows color (decimal): -7760029 or 6526857. OLE color: 6526857.

HSL color Cylindrical-coordinate representation of color #899763: hue angle of 76.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899763 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB13715199-
CMYK0.0900.340.41
HSL76.15º20.8%49.02%-
HSV(B)76.15º34.44%59.22%-
XYZ23.6428.3516.03-
YUV140.89104.36125.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=35.40%
G=39.02%
B=25.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137151990.0900.340.4176.1520.849.02
Hex8997639022294c1531
Octal21122714311042511142561
Binary1000100110010111110001110010100010101001100110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899763; }

 p { color: rgb(137,151,99); }

 H1.HeaderClassName
 {
   color: #899763;
 }
 .AnyTagClassName
 {
   color: #899763;
 }
</style>
background-color css

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

 a { background-color: rgb(137,151,99); }

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

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

 span { border-color: rgb(137,151,99); }

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