#9A9654

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

Shades of Avocado #9A9654

Tints of Avocado #9A9654

Color information

#9A9654 (or 0x9A9654) is unknown color: approx Avocado. HEX triplet: 9A, 96 and 54. RGB value is (154,150,84). Sum of RGB (Red+Green+Blue) = 154+150+84=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9654 is #6569AB. Grayscale: #8F8F8F. Windows color (decimal): -6646188 or 5543578. OLE color: 5543578.

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

Color convert

RGB15415084-
CMYK00.030.450.40
HSL56.57º29.41%46.67%-
HSV(B)56.57º45.45%60.39%-
XYZ25.8329.3212.69-
YUV143.6794.33135.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.69%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=39.69%
G=38.66%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541508400.030.450.4056.5729.4146.67
Hex9A9654032D28391d2f
Octal232226124035550713557
Binary1001101010010110101010001110110110100011100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9654; }

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

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

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

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

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

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

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

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