#989764

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

Shades of Avocado #989764

Tints of Avocado #989764

Color information

#989764 (or 0x989764) is unknown color: approx Avocado. HEX triplet: 98, 97 and 64. RGB value is (152,151,100). Sum of RGB (Red+Green+Blue) = 152+151+100=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #989764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989764 is #67689B. Grayscale: #919191. Windows color (decimal): -6776988 or 6592408. OLE color: 6592408.

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

Color convert

RGB152151100-
CMYK00.010.340.40
HSL58.85º20.63%49.41%-
HSV(B)58.85º34.21%59.61%-
XYZ26.3229.7316.41-
YUV145.49102.33132.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=37.72%
G=37.47%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215110000.010.340.4058.8520.6349.41
Hex9897640122283b1531
Octal230227144014250732561
Binary100110001001011111001000110001010100011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989764; }

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

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

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

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

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

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

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

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