#989554

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

Shades of Avocado #989554

Tints of Avocado #989554

Color information

#989554 (or 0x989554) is unknown color: approx Avocado. HEX triplet: 98, 95 and 54. RGB value is (152,149,84). Sum of RGB (Red+Green+Blue) = 152+149+84=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #989554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989554 is #676AAB. Grayscale: #8E8E8E. Windows color (decimal): -6777516 or 5543320. OLE color: 5543320.

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

Color convert

RGB15214984-
CMYK00.020.450.40
HSL57.35º28.81%46.27%-
HSV(B)57.35º44.74%59.61%-
XYZ25.328.8112.62-
YUV142.4994.99134.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=39.48%
G=38.70%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521498400.020.450.4057.3528.8146.27
Hex989554022D28391d2e
Octal230225124025550713556
Binary1001100010010101101010001010110110100011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989554; }

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

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

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

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

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

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

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

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