#9A9554

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

Shades of Avocado #9A9554

Tints of Avocado #9A9554

Color information

#9A9554 (or 0x9A9554) is unknown color: approx Avocado. HEX triplet: 9A, 95 and 54. RGB value is (154,149,84). Sum of RGB (Red+Green+Blue) = 154+149+84=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9554 is #656AAB. Grayscale: #8F8F8F. Windows color (decimal): -6646444 or 5543322. OLE color: 5543322.

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

Color convert

RGB15414984-
CMYK00.030.450.40
HSL55.71º29.41%46.67%-
HSV(B)55.71º45.45%60.39%-
XYZ25.6729.0112.63-
YUV143.0894.66135.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.79%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=39.79%
G=38.50%
B=21.71%

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
Decimal1541498400.030.450.4055.7129.4146.67
Hex9A9554032D28381d2f
Octal232225124035550703557
Binary1001101010010101101010001110110110100011100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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