#989855

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

Shades of Avocado #989855

Tints of Avocado #989855

Color information

#989855 (or 0x989855) is unknown color: approx Avocado. HEX triplet: 98, 98 and 55. RGB value is (152,152,85). Sum of RGB (Red+Green+Blue) = 152+152+85=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989855 is #6767AA. Grayscale: #909090. Windows color (decimal): -6776747 or 5609624. OLE color: 5609624.

HSL color Cylindrical-coordinate representation of color #989855: hue angle of 60º 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 #989855 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB15215285-
CMYK000.440.40
HSL60º28.27%46.47%-
HSV(B)60º44.08%59.61%-
XYZ25.8229.7912.98-
YUV144.3694.5133.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=39.07%
G=39.07%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215285000.440.406028.2746.47
Hex989855002C283c1c2e
Octal230230125005450743456
Binary100110001001100010101010010110010100011110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989855; }

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

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

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

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

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

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

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

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