#989560

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

Shades of Avocado #989560

Tints of Avocado #989560

Color information

#989560 (or 0x989560) is unknown color: approx Avocado. HEX triplet: 98, 95 and 60. RGB value is (152,149,96). Sum of RGB (Red+Green+Blue) = 152+149+96=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #989560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989560 is #676A9F. Grayscale: #909090. Windows color (decimal): -6777504 or 6329752. OLE color: 6329752.

HSL color Cylindrical-coordinate representation of color #989560: hue angle of 56.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989560 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB15214996-
CMYK00.020.370.40
HSL56.79º22.58%48.63%-
HSV(B)56.79º36.84%59.61%-
XYZ25.8129.0115.31-
YUV143.85100.99133.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=38.29%
G=37.53%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521499600.020.370.4056.7922.5848.63
Hex989560022528391731
Octal230225140024550712761
Binary1001100010010101110000001010010110100011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989560; }

 p { color: rgb(152,149,96); }

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

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

 a { background-color: rgb(152,149,96); }

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

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

 span { border-color: rgb(152,149,96); }

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