#989B6E

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

Shades of Avocado #989B6E

Tints of Avocado #989B6E

Color information

#989B6E (or 0x989B6E) is unknown color: approx Avocado. HEX triplet: 98, 9B and 6E. RGB value is (152,155,110). Sum of RGB (Red+Green+Blue) = 152+155+110=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #989B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B6E is #676491. Grayscale: #959595. Windows color (decimal): -6775954 or 7248792. OLE color: 7248792.

HSL color Cylindrical-coordinate representation of color #989B6E: hue angle of 64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #989B6E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB152155110-
CMYK0.0200.290.39
HSL64º18.37%51.96%-
HSV(B)64º29.03%60.78%-
XYZ27.4831.2419.33-
YUV148.97106.01130.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=36.45%
G=37.17%
B=26.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551100.0200.290.396418.3751.96
Hex989B6E201D27401234
Octal2302331562035471002264
Binary1001100010011011110111010011101100111100000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,110); }

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

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

 a { background-color: rgb(152,155,110); }

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

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

 span { border-color: rgb(152,155,110); }

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