#989C73

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

Shades of Avocado #989C73

Tints of Avocado #989C73

Color information

#989C73 (or 0x989C73) is unknown color: approx Avocado. HEX triplet: 98, 9C and 73. RGB value is (152,156,115). Sum of RGB (Red+Green+Blue) = 152+156+115=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #989C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C73 is #67638C. Grayscale: #969696. Windows color (decimal): -6775693 or 7576728. OLE color: 7576728.

HSL color Cylindrical-coordinate representation of color #989C73: hue angle of 65.85º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989C73 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB152156115-
CMYK0.0300.260.39
HSL65.85º17.15%53.14%-
HSV(B)65.85º26.28%61.18%-
XYZ27.9331.6920.86-
YUV150.13108.17129.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=35.93%
G=36.88%
B=27.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521561150.0300.260.3965.8517.1553.14
Hex989C73301A27421135
Octal2302341633032471022165
Binary1001100010011100111001111011010100111100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989C73; }

 p { color: rgb(152,156,115); }

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

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

 a { background-color: rgb(152,156,115); }

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

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

 span { border-color: rgb(152,156,115); }

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