#9F9C5C

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

Shades of Avocado #9F9C5C

Tints of Avocado #9F9C5C

Color information

#9F9C5C (or 0x9F9C5C) is unknown color: approx Avocado. HEX triplet: 9F, 9C and 5C. RGB value is (159,156,92). Sum of RGB (Red+Green+Blue) = 159+156+92=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9C5C is #6063A3. Grayscale: #959595. Windows color (decimal): -6316964 or 6069407. OLE color: 6069407.

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

Color convert

RGB15915692-
CMYK00.020.420.38
HSL57.31º26.69%49.22%-
HSV(B)57.31º42.14%62.35%-
XYZ28.1231.9214.8-
YUV149.695.49134.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=39.07%
G=38.33%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591569200.020.420.3857.3126.6949.22
Hex9F9C5C022A26391b31
Octal237234134025246713361
Binary1001111110011100101110001010101010011011100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,156,92); }

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

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

 a { background-color: rgb(159,156,92); }

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

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

 span { border-color: rgb(159,156,92); }

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