#989C6D

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

Shades of Avocado #989C6D

Tints of Avocado #989C6D

Color information

#989C6D (or 0x989C6D) is unknown color: approx Avocado. HEX triplet: 98, 9C and 6D. RGB value is (152,156,109). Sum of RGB (Red+Green+Blue) = 152+156+109=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #989C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C6D is #676392. Grayscale: #959595. Windows color (decimal): -6775699 or 7183512. OLE color: 7183512.

HSL color Cylindrical-coordinate representation of color #989C6D: hue angle of 65.11º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #989C6D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB152156109-
CMYK0.0300.300.39
HSL65.11º19.18%51.96%-
HSV(B)65.11º30.13%61.18%-
XYZ27.631.5619.1-
YUV149.45105.17129.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=36.45%
G=37.41%
B=26.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521561090.0300.300.3965.1119.1851.96
Hex989C6D301E27411334
Octal2302341553036471012364
Binary1001100010011100110110111011110100111100000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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