#989657

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

Shades of Avocado #989657

Tints of Avocado #989657

Color information

#989657 (or 0x989657) is unknown color: approx Avocado. HEX triplet: 98, 96 and 57. RGB value is (152,150,87). Sum of RGB (Red+Green+Blue) = 152+150+87=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #989657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989657 is #6769A8. Grayscale: #8F8F8F. Windows color (decimal): -6777257 or 5740184. OLE color: 5740184.

HSL color Cylindrical-coordinate representation of color #989657: hue angle of 58.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #989657 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15215087-
CMYK00.010.430.40
HSL58.15º27.2%46.86%-
HSV(B)58.15º42.76%59.61%-
XYZ25.5829.1813.3-
YUV143.4296.16134.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=39.07%
G=38.56%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521508700.010.430.4058.1527.246.86
Hex989657012B283a1b2f
Octal230226127015350723357
Binary100110001001011010101110110101110100011101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989657; }

 p { color: rgb(152,150,87); }

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

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

 a { background-color: rgb(152,150,87); }

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

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

 span { border-color: rgb(152,150,87); }

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