#9F9A5C

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

Shades of Avocado #9F9A5C

Tints of Avocado #9F9A5C

Color information

#9F9A5C (or 0x9F9A5C) is unknown color: approx Avocado. HEX triplet: 9F, 9A and 5C. RGB value is (159,154,92). Sum of RGB (Red+Green+Blue) = 159+154+92=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A5C is #6065A3. Grayscale: #949494. Windows color (decimal): -6317476 or 6068895. OLE color: 6068895.

HSL color Cylindrical-coordinate representation of color #9F9A5C: hue angle of 55.52º 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 #9F9A5C is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15915492-
CMYK00.030.420.38
HSL55.52º26.69%49.22%-
HSV(B)55.52º42.14%62.35%-
XYZ27.7931.2514.69-
YUV148.4396.16135.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=39.26%
G=38.02%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591549200.030.420.3855.5226.6949.22
Hex9F9A5C032A26381b31
Octal237232134035246703361
Binary1001111110011010101110001110101010011011100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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