#9C9754

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

Shades of Avocado #9C9754

Tints of Avocado #9C9754

Color information

#9C9754 (or 0x9C9754) is unknown color: approx Avocado. HEX triplet: 9C, 97 and 54. RGB value is (156,151,84). Sum of RGB (Red+Green+Blue) = 156+151+84=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9754 is #6368AB. Grayscale: #919191. Windows color (decimal): -6514860 or 5543836. OLE color: 5543836.

HSL color Cylindrical-coordinate representation of color #9C9754: hue angle of 55.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C9754 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15615184-
CMYK00.030.460.39
HSL55.83º30%47.06%-
HSV(B)55.83º46.15%61.18%-
XYZ26.3829.8412.76-
YUV144.8693.66135.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=39.90%
G=38.62%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561518400.030.460.3955.833047.06
Hex9C9754032E27381e2f
Octal234227124035647703657
Binary1001110010010111101010001110111010011111100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,151,84); }

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

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

 a { background-color: rgb(156,151,84); }

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

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

 span { border-color: rgb(156,151,84); }

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