#9A9655

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

Shades of Avocado #9A9655

Tints of Avocado #9A9655

Color information

#9A9655 (or 0x9A9655) is unknown color: approx Avocado. HEX triplet: 9A, 96 and 55. RGB value is (154,150,85). Sum of RGB (Red+Green+Blue) = 154+150+85=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9655 is #6569AA. Grayscale: #909090. Windows color (decimal): -6646187 or 5609114. OLE color: 5609114.

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

Color convert

RGB15415085-
CMYK00.030.450.40
HSL56.52º28.87%46.86%-
HSV(B)56.52º44.81%60.39%-
XYZ25.8729.3412.89-
YUV143.7994.83135.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=39.59%
G=38.56%
B=21.85%

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
Decimal1541508500.030.450.4056.5228.8746.86
Hex9A9655032D28391d2f
Octal232226125035550713557
Binary1001101010010110101010101110110110100011100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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