#989754

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

Shades of Avocado #989754

Tints of Avocado #989754

Color information

#989754 (or 0x989754) is unknown color: approx Avocado. HEX triplet: 98, 97 and 54. RGB value is (152,151,84). Sum of RGB (Red+Green+Blue) = 152+151+84=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #989754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989754 is #6768AB. Grayscale: #8F8F8F. Windows color (decimal): -6777004 or 5543832. OLE color: 5543832.

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

Color convert

RGB15215184-
CMYK00.010.450.40
HSL59.12º28.81%46.27%-
HSV(B)59.12º44.74%59.61%-
XYZ25.6229.4512.72-
YUV143.6694.33133.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=39.28%
G=39.02%
B=21.71%

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
Decimal1521518400.010.450.4059.1228.8146.27
Hex989754012D283b1d2e
Octal230227124015550733556
Binary100110001001011110101000110110110100011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989754; }

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

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

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

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

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

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

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

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