#9C9655

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

Shades of Avocado #9C9655

Tints of Avocado #9C9655

Color information

#9C9655 (or 0x9C9655) is unknown color: approx Avocado. HEX triplet: 9C, 96 and 55. RGB value is (156,150,85). Sum of RGB (Red+Green+Blue) = 156+150+85=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9655 is #6369AA. Grayscale: #909090. Windows color (decimal): -6515115 or 5609116. OLE color: 5609116.

HSL color Cylindrical-coordinate representation of color #9C9655: hue angle of 54.93º degrees, saturation: 0.29, 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 #9C9655 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15615085-
CMYK00.040.460.39
HSL54.93º29.46%47.25%-
HSV(B)54.93º45.51%61.18%-
XYZ26.2629.5412.91-
YUV144.3894.49136.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=39.90%
G=38.36%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561508500.040.460.3954.9329.4647.25
Hex9C9655042E27371d2f
Octal234226125045647673557
Binary10011100100101101010101010010111010011111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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