#989956

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

Shades of Avocado #989956

Tints of Avocado #989956

Color information

#989956 (or 0x989956) is unknown color: approx Avocado. HEX triplet: 98, 99 and 56. RGB value is (152,153,86). Sum of RGB (Red+Green+Blue) = 152+153+86=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #989956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989956 is #6766A9. Grayscale: #919191. Windows color (decimal): -6776490 or 5675416. OLE color: 5675416.

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

Color convert

RGB15215386-
CMYK0.0100.440.4
HSL60.9º28.03%46.86%-
HSV(B)60.9º43.79%60%-
XYZ26.0230.1313.25-
YUV145.0694.67132.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=38.87%
G=39.13%
B=21.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152153860.0100.440.460.928.0346.86
Hex989956102C283d1c2f
Octal230231126105450753457
Binary100110001001100110101101010110010100011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989956; }

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

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

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

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

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

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

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

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