#9A9756

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

Shades of Avocado #9A9756

Tints of Avocado #9A9756

Color information

#9A9756 (or 0x9A9756) is unknown color: approx Avocado. HEX triplet: 9A, 97 and 56. RGB value is (154,151,86). Sum of RGB (Red+Green+Blue) = 154+151+86=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9756 is #6568A9. Grayscale: #909090. Windows color (decimal): -6645930 or 5674906. OLE color: 5674906.

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

Color convert

RGB15415186-
CMYK00.020.440.40
HSL57.35º28.33%47.06%-
HSV(B)57.35º44.16%60.39%-
XYZ26.0729.6813.16-
YUV144.4994.99134.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=39.39%
G=38.62%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541518600.020.440.4057.3528.3347.06
Hex9A9756022C28391c2f
Octal232227126025450713457
Binary1001101010010111101011001010110010100011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,151,86); }

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

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

 a { background-color: rgb(154,151,86); }

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

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

 span { border-color: rgb(154,151,86); }

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