#9C9654

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

Shades of Avocado #9C9654

Tints of Avocado #9C9654

Color information

#9C9654 (or 0x9C9654) is unknown color: approx Avocado. HEX triplet: 9C, 96 and 54. RGB value is (156,150,84). Sum of RGB (Red+Green+Blue) = 156+150+84=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9654 is #6369AB. Grayscale: #909090. Windows color (decimal): -6515116 or 5543580. OLE color: 5543580.

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

Color convert

RGB15615084-
CMYK00.040.460.39
HSL55º30%47.06%-
HSV(B)55º46.15%61.18%-
XYZ26.2229.5212.7-
YUV144.2793.99136.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=40%
G=38.46%
B=21.54%

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
Decimal1561508400.040.460.39553047.06
Hex9C9654042E27371e2f
Octal234226124045647673657
Binary10011100100101101010100010010111010011111011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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