#989A64

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

Shades of Avocado #989A64

Tints of Avocado #989A64

Color information

#989A64 (or 0x989A64) is unknown color: approx Avocado. HEX triplet: 98, 9A and 64. RGB value is (152,154,100). Sum of RGB (Red+Green+Blue) = 152+154+100=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #989A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989A64 is #67659B. Grayscale: #939393. Windows color (decimal): -6776220 or 6593176. OLE color: 6593176.

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

Color convert

RGB152154100-
CMYK0.0100.350.40
HSL62.22º21.26%49.8%-
HSV(B)62.22º35.06%60.39%-
XYZ26.830.7116.57-
YUV147.25101.34131.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=37.44%
G=37.93%
B=24.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521541000.0100.350.4062.2221.2649.8
Hex989A641023283e1532
Octal230232144104350762562
Binary100110001001101011001001010001110100011111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989A64; }

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

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

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

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

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

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

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

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