#93986F

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

Shades of Avocado #93986F

Tints of Avocado #93986F

Color information

#93986F (or 0x93986F) is unknown color: approx Avocado. HEX triplet: 93, 98 and 6F. RGB value is (147,152,111). Sum of RGB (Red+Green+Blue) = 147+152+111=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #93986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93986F is #6C6790. Grayscale: #919191. Windows color (decimal): -7104401 or 7313555. OLE color: 7313555.

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

Color convert

RGB147152111-
CMYK0.0300.270.40
HSL67.32º16.6%51.57%-
HSV(B)67.32º26.97%59.61%-
XYZ26.1329.8119.42-
YUV145.83108.34128.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=35.85%
G=37.07%
B=27.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521110.0300.270.4067.3216.651.57
Hex93986F301B28431134
Octal2232301573033501032164
Binary1001001110011000110111111011011101000100001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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