#989864

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

Shades of Avocado #989864

Tints of Avocado #989864

Color information

#989864 (or 0x989864) is unknown color: approx Avocado. HEX triplet: 98, 98 and 64. RGB value is (152,152,100). Sum of RGB (Red+Green+Blue) = 152+152+100=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989864 is #67679B. Grayscale: #929292. Windows color (decimal): -6776732 or 6592664. OLE color: 6592664.

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

Color convert

RGB152152100-
CMYK000.340.40
HSL60º20.63%49.41%-
HSV(B)60º34.21%59.61%-
XYZ26.4830.0516.46-
YUV146.07102132.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=37.62%
G=37.62%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152152100000.340.406020.6349.41
Hex9898640022283c1531
Octal230230144004250742561
Binary100110001001100011001000010001010100011110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989864; }

 p { color: rgb(152,152,100); }

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

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

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

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

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

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

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