#989355

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

Shades of Avocado #989355

Tints of Avocado #989355

Color information

#989355 (or 0x989355) is unknown color: approx Avocado. HEX triplet: 98, 93 and 55. RGB value is (152,147,85). Sum of RGB (Red+Green+Blue) = 152+147+85=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #989355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989355 is #676CAA. Grayscale: #8D8D8D. Windows color (decimal): -6778027 or 5608344. OLE color: 5608344.

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

Color convert

RGB15214785-
CMYK00.030.440.40
HSL55.52º28.27%46.47%-
HSV(B)55.52º44.08%59.61%-
XYZ25.0228.212.72-
YUV141.4396.16135.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=39.58%
G=38.28%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521478500.030.440.4055.5228.2746.47
Hex989355032C28381c2e
Octal230223125035450703456
Binary1001100010010011101010101110110010100011100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989355; }

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

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

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

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

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

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

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

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