#9C9A5B

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

Shades of Avocado #9C9A5B

Tints of Avocado #9C9A5B

Color information

#9C9A5B (or 0x9C9A5B) is unknown color: approx Avocado. HEX triplet: 9C, 9A and 5B. RGB value is (156,154,91). Sum of RGB (Red+Green+Blue) = 156+154+91=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9A5B is #6365A4. Grayscale: #939393. Windows color (decimal): -6514085 or 6003356. OLE color: 6003356.

HSL color Cylindrical-coordinate representation of color #9C9A5B: hue angle of 58.15º degrees, saturation: 0.26, 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 #9C9A5B is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15615491-
CMYK00.010.420.39
HSL58.15º26.32%48.43%-
HSV(B)58.15º41.67%61.18%-
XYZ27.1530.9314.44-
YUV147.4296.16134.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 154 (60.55% from 255) = 38.40%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=38.90%
G=38.40%
B=22.69%

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
Decimal1561549100.010.420.3958.1526.3248.43
Hex9C9A5B012A273a1a30
Octal234232133015247723260
Binary100111001001101010110110110101010011111101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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