#989753

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

Shades of Avocado #989753

Tints of Avocado #989753

Color information

#989753 (or 0x989753) is unknown color: approx Avocado. HEX triplet: 98, 97 and 53. RGB value is (152,151,83). Sum of RGB (Red+Green+Blue) = 152+151+83=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #989753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989753 is #6768AC. Grayscale: #8F8F8F. Windows color (decimal): -6777005 or 5478296. OLE color: 5478296.

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

Color convert

RGB15215183-
CMYK00.010.450.40
HSL59.13º29.36%46.08%-
HSV(B)59.13º45.39%59.61%-
XYZ25.5829.4312.52-
YUV143.5593.83134.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=39.38%
G=39.12%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521518300.010.450.4059.1329.3646.08
Hex989753012D283b1d2e
Octal230227123015550733556
Binary100110001001011110100110110110110100011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989753; }

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

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

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

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

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

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

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

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