#9C9A5A

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

Shades of Avocado #9C9A5A

Tints of Avocado #9C9A5A

Color information

#9C9A5A (or 0x9C9A5A) is unknown color: approx Avocado. HEX triplet: 9C, 9A and 5A. RGB value is (156,154,90). Sum of RGB (Red+Green+Blue) = 156+154+90=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9A5A is #6365A5. Grayscale: #939393. Windows color (decimal): -6514086 or 5937820. OLE color: 5937820.

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

Color convert

RGB15615490-
CMYK00.010.420.39
HSL58.18º26.83%48.24%-
HSV(B)58.18º42.31%61.18%-
XYZ27.1130.9214.21-
YUV147.395.66134.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=39%
G=38.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561549000.010.420.3958.1826.8348.24
Hex9C9A5A012A273a1b30
Octal234232132015247723360
Binary100111001001101010110100110101010011111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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