#9C9A60

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

Shades of Avocado #9C9A60

Tints of Avocado #9C9A60

Color information

#9C9A60 (or 0x9C9A60) is unknown color: approx Avocado. HEX triplet: 9C, 9A and 60. RGB value is (156,154,96). Sum of RGB (Red+Green+Blue) = 156+154+96=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9A60 is #63659F. Grayscale: #949494. Windows color (decimal): -6514080 or 6331036. OLE color: 6331036.

HSL color Cylindrical-coordinate representation of color #9C9A60: hue angle of 58º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9A60 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB15615496-
CMYK00.010.380.39
HSL58º23.81%49.41%-
HSV(B)58º38.46%61.18%-
XYZ27.3831.0215.61-
YUV147.9998.66133.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=38.42%
G=37.93%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561549600.010.380.395823.8149.41
Hex9C9A600126273a1831
Octal234232140014647723061
Binary100111001001101011000000110011010011111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,96); }

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

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

 a { background-color: rgb(156,154,96); }

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

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

 span { border-color: rgb(156,154,96); }

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