#989B6A

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

Shades of Avocado #989B6A

Tints of Avocado #989B6A

Color information

#989B6A (or 0x989B6A) is unknown color: approx Avocado. HEX triplet: 98, 9B and 6A. RGB value is (152,155,106). Sum of RGB (Red+Green+Blue) = 152+155+106=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #989B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B6A is #676495. Grayscale: #949494. Windows color (decimal): -6775958 or 6986648. OLE color: 6986648.

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

Color convert

RGB152155106-
CMYK0.0200.320.39
HSL63.67º19.68%51.18%-
HSV(B)63.67º31.61%60.78%-
XYZ27.2731.1618.21-
YUV148.52104.01130.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=36.80%
G=37.53%
B=25.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551060.0200.320.3963.6719.6851.18
Hex989B6A202027401433
Octal2302331522040471002463
Binary10011000100110111101010100100000100111100000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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