#9C985E

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

Shades of Avocado #9C985E

Tints of Avocado #9C985E

Color information

#9C985E (or 0x9C985E) is unknown color: approx Avocado. HEX triplet: 9C, 98 and 5E. RGB value is (156,152,94). Sum of RGB (Red+Green+Blue) = 156+152+94=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C985E is #6367A1. Grayscale: #929292. Windows color (decimal): -6514594 or 6199452. OLE color: 6199452.

HSL color Cylindrical-coordinate representation of color #9C985E: hue angle of 56.13º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C985E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15615294-
CMYK00.030.400.39
HSL56.13º24.8%49.02%-
HSV(B)56.13º39.74%61.18%-
XYZ26.9630.3315.02-
YUV146.5898.33134.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=38.81%
G=37.81%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561529400.030.400.3956.1324.849.02
Hex9C985E032827381931
Octal234230136035047703161
Binary1001110010011000101111001110100010011111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,94); }

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

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

 a { background-color: rgb(156,152,94); }

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

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

 span { border-color: rgb(156,152,94); }

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