#9C9657

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

Shades of Avocado #9C9657

Tints of Avocado #9C9657

Color information

#9C9657 (or 0x9C9657) is unknown color: approx Avocado. HEX triplet: 9C, 96 and 57. RGB value is (156,150,87). Sum of RGB (Red+Green+Blue) = 156+150+87=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9657 is #6369A8. Grayscale: #909090. Windows color (decimal): -6515113 or 5740188. OLE color: 5740188.

HSL color Cylindrical-coordinate representation of color #9C9657: hue angle of 54.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C9657 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15615087-
CMYK00.040.440.39
HSL54.78º28.4%47.65%-
HSV(B)54.78º44.23%61.18%-
XYZ26.3429.5713.34-
YUV144.6195.49136.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 87 (34.38% from 255) = 22.14%
R=39.69%
G=38.17%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561508700.040.440.3954.7828.447.65
Hex9C9657042C27371c30
Octal234226127045447673460
Binary10011100100101101010111010010110010011111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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