#989256

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

Shades of Avocado #989256

Tints of Avocado #989256

Color information

#989256 (or 0x989256) is unknown color: approx Avocado. HEX triplet: 98, 92 and 56. RGB value is (152,146,86). Sum of RGB (Red+Green+Blue) = 152+146+86=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #989256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989256 is #676DA9. Grayscale: #8D8D8D. Windows color (decimal): -6778282 or 5673624. OLE color: 5673624.

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

Color convert

RGB15214686-
CMYK00.040.430.40
HSL54.55º27.73%46.67%-
HSV(B)54.55º43.42%59.61%-
XYZ24.9127.9112.88-
YUV140.9596.99135.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=39.58%
G=38.02%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521468600.040.430.4054.5527.7346.67
Hex989256042B28371c2f
Octal230222126045350673457
Binary10011000100100101010110010010101110100011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989256; }

 p { color: rgb(152,146,86); }

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

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

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

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

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

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

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