#989B66

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

Shades of Avocado #989B66

Tints of Avocado #989B66

Color information

#989B66 (or 0x989B66) is unknown color: approx Avocado. HEX triplet: 98, 9B and 66. RGB value is (152,155,102). Sum of RGB (Red+Green+Blue) = 152+155+102=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #989B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B66 is #676499. Grayscale: #949494. Windows color (decimal): -6775962 or 6724504. OLE color: 6724504.

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

Color convert

RGB152155102-
CMYK0.0200.340.39
HSL63.4º20.95%50.39%-
HSV(B)63.4º34.19%60.78%-
XYZ27.0731.0817.14-
YUV148.06102.01130.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=37.16%
G=37.90%
B=24.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551020.0200.340.3963.420.9550.39
Hex989B662022273f1532
Octal230233146204247772562
Binary1001100010011011110011010010001010011111111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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