#9C9959

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

Shades of Avocado #9C9959

Tints of Avocado #9C9959

Color information

#9C9959 (or 0x9C9959) is unknown color: approx Avocado. HEX triplet: 9C, 99 and 59. RGB value is (156,153,89). Sum of RGB (Red+Green+Blue) = 156+153+89=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9959 is #6366A6. Grayscale: #929292. Windows color (decimal): -6514343 or 5872028. OLE color: 5872028.

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

Color convert

RGB15615389-
CMYK00.020.430.39
HSL57.31º27.35%48.04%-
HSV(B)57.31º42.95%61.18%-
XYZ26.930.5713.93-
YUV146.695.49134.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=39.20%
G=38.44%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561538900.020.430.3957.3127.3548.04
Hex9C9959022B27391b30
Octal234231131025347713360
Binary1001110010011001101100101010101110011111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,153,89); }

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

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

 a { background-color: rgb(156,153,89); }

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

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

 span { border-color: rgb(156,153,89); }

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