#989654

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

Shades of Avocado #989654

Tints of Avocado #989654

Color information

#989654 (or 0x989654) is unknown color: approx Avocado. HEX triplet: 98, 96 and 54. RGB value is (152,150,84). Sum of RGB (Red+Green+Blue) = 152+150+84=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #989654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989654 is #6769AB. Grayscale: #8F8F8F. Windows color (decimal): -6777260 or 5543576. OLE color: 5543576.

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

Color convert

RGB15215084-
CMYK00.010.450.40
HSL58.24º28.81%46.27%-
HSV(B)58.24º44.74%59.61%-
XYZ25.4629.1312.67-
YUV143.0794.66134.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=39.38%
G=38.86%
B=21.76%

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
Decimal1521508400.010.450.4058.2428.8146.27
Hex989654012D283a1d2e
Octal230226124015550723556
Binary100110001001011010101000110110110100011101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989654; }

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

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

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

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

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

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

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

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