#989762

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

Shades of Avocado #989762

Tints of Avocado #989762

Color information

#989762 (or 0x989762) is unknown color: approx Avocado. HEX triplet: 98, 97 and 62. RGB value is (152,151,98). Sum of RGB (Red+Green+Blue) = 152+151+98=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #989762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989762 is #67689D. Grayscale: #919191. Windows color (decimal): -6776990 or 6461336. OLE color: 6461336.

HSL color Cylindrical-coordinate representation of color #989762: hue angle of 58.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989762 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB15215198-
CMYK00.010.360.40
HSL58.89º21.6%49.02%-
HSV(B)58.89º35.53%59.61%-
XYZ26.2229.6915.9-
YUV145.26101.33132.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=37.91%
G=37.66%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521519800.010.360.4058.8921.649.02
Hex9897620124283b1631
Octal230227142014450732661
Binary100110001001011111000100110010010100011101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989762; }

 p { color: rgb(152,151,98); }

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

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

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

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

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

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

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