#93996C

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

Shades of Avocado #93996C

Tints of Avocado #93996C

Color information

#93996C (or 0x93996C) is unknown color: approx Avocado. HEX triplet: 93, 99 and 6C. RGB value is (147,153,108). Sum of RGB (Red+Green+Blue) = 147+153+108=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #93996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93996C is #6C6693. Grayscale: #929292. Windows color (decimal): -7104148 or 7117203. OLE color: 7117203.

HSL color Cylindrical-coordinate representation of color #93996C: hue angle of 68º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93996C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB147153108-
CMYK0.0400.290.4
HSL68º18.07%51.18%-
HSV(B)68º29.41%60%-
XYZ26.1330.0718.61-
YUV146.08106.51128.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=36.03%
G=37.5%
B=26.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531080.0400.290.46818.0751.18
Hex93996C401D28441233
Octal2232311544035501042263
Binary10010011100110011101100100011101101000100010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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