#93946C

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

Shades of Avocado #93946C

Tints of Avocado #93946C

Color information

#93946C (or 0x93946C) is unknown color: approx Avocado. HEX triplet: 93, 94 and 6C. RGB value is (147,148,108). Sum of RGB (Red+Green+Blue) = 147+148+108=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #93946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93946C is #6C6B93. Grayscale: #8F8F8F. Windows color (decimal): -7105428 or 7115923. OLE color: 7115923.

HSL color Cylindrical-coordinate representation of color #93946C: hue angle of 61.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93946C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147148108-
CMYK0.0100.270.42
HSL61.5º15.75%50.2%-
HSV(B)61.5º27.03%58.04%-
XYZ25.3328.4718.35-
YUV143.14108.17130.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=36.48%
G=36.72%
B=26.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471481080.0100.270.4261.515.7550.2
Hex93946C101B2A3e1032
Octal223224154103352762062
Binary10010011100101001101100101101110101011111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93946C; }

 p { color: rgb(147,148,108); }

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

<style>
 a { background-color: #93946C; }

 a { background-color: rgb(147,148,108); }

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

<style>
 span { border-color: #93946C; }

 span { border-color: rgb(147,148,108); }

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