#989555

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

Shades of Avocado #989555

Tints of Avocado #989555

Color information

#989555 (or 0x989555) is unknown color: approx Avocado. HEX triplet: 98, 95 and 55. RGB value is (152,149,85). Sum of RGB (Red+Green+Blue) = 152+149+85=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #989555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989555 is #676AAA. Grayscale: #8E8E8E. Windows color (decimal): -6777515 or 5608856. OLE color: 5608856.

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

Color convert

RGB15214985-
CMYK00.020.440.40
HSL57.31º28.27%46.47%-
HSV(B)57.31º44.08%59.61%-
XYZ25.3428.8312.82-
YUV142.695.49134.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=39.38%
G=38.60%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521498500.020.440.4057.3128.2746.47
Hex989555022C28391c2e
Octal230225125025450713456
Binary1001100010010101101010101010110010100011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989555; }

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

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

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

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

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

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

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

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