#93985B

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

Shades of Avocado #93985B

Tints of Avocado #93985B

Color information

#93985B (or 0x93985B) is unknown color: approx Avocado. HEX triplet: 93, 98 and 5B. RGB value is (147,152,91). Sum of RGB (Red+Green+Blue) = 147+152+91=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #93985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93985B is #6C67A4. Grayscale: #8F8F8F. Windows color (decimal): -7104421 or 6002835. OLE color: 6002835.

HSL color Cylindrical-coordinate representation of color #93985B: hue angle of 64.92º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93985B is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB14715291-
CMYK0.0300.400.40
HSL64.92º25.1%47.65%-
HSV(B)64.92º40.13%59.61%-
XYZ25.1529.4114.25-
YUV143.5598.34130.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=37.69%
G=38.97%
B=23.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal147152910.0300.400.4064.9225.147.65
Hex93985B302828411930
Octal2232301333050501013160
Binary10010011100110001011011110101000101000100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93985B; }

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

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

<style>
 a { background-color: #93985B; }

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

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

<style>
 span { border-color: #93985B; }

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

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