#989455

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

Shades of Avocado #989455

Tints of Avocado #989455

Color information

#989455 (or 0x989455) is unknown color: approx Avocado. HEX triplet: 98, 94 and 55. RGB value is (152,148,85). Sum of RGB (Red+Green+Blue) = 152+148+85=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #989455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989455 is #676BAA. Grayscale: #8E8E8E. Windows color (decimal): -6777771 or 5608600. OLE color: 5608600.

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

Color convert

RGB15214885-
CMYK00.030.440.40
HSL56.42º28.27%46.47%-
HSV(B)56.42º44.08%59.61%-
XYZ25.1828.5112.77-
YUV142.0195.83135.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=39.48%
G=38.44%
B=22.08%

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
Decimal1521488500.030.440.4056.4228.2746.47
Hex989455032C28381c2e
Octal230224125035450703456
Binary1001100010010100101010101110110010100011100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989455; }

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

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

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

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

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

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

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

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