#93986D

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

Shades of Avocado #93986D

Tints of Avocado #93986D

Color information

#93986D (or 0x93986D) is unknown color: approx Avocado. HEX triplet: 93, 98 and 6D. RGB value is (147,152,109). Sum of RGB (Red+Green+Blue) = 147+152+109=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #93986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93986D is #6C6792. Grayscale: #919191. Windows color (decimal): -7104403 or 7182483. OLE color: 7182483.

HSL color Cylindrical-coordinate representation of color #93986D: hue angle of 66.98º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93986D is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB147152109-
CMYK0.0300.280.40
HSL66.98º17.27%51.18%-
HSV(B)66.98º28.29%59.61%-
XYZ26.0229.7618.84-
YUV145.6107.34129-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=36.03%
G=37.25%
B=26.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521090.0300.280.4066.9817.2751.18
Hex93986D301C28431133
Octal2232301553034501032163
Binary1001001110011000110110111011100101000100001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93986D; }

 p { color: rgb(147,152,109); }

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

<style>
 a { background-color: #93986D; }

 a { background-color: rgb(147,152,109); }

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

<style>
 span { border-color: #93986D; }

 span { border-color: rgb(147,152,109); }

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