#93985A

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

Shades of Avocado #93985A

Tints of Avocado #93985A

Color information

#93985A (or 0x93985A) is unknown color: approx Avocado. HEX triplet: 93, 98 and 5A. RGB value is (147,152,90). Sum of RGB (Red+Green+Blue) = 147+152+90=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #93985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93985A is #6C67A5. Grayscale: #8F8F8F. Windows color (decimal): -7104422 or 5937299. OLE color: 5937299.

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

Color convert

RGB14715290-
CMYK0.0300.410.40
HSL64.84º25.62%47.45%-
HSV(B)64.84º40.79%59.61%-
XYZ25.1129.414.02-
YUV143.4497.84130.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=37.79%
G=39.07%
B=23.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal147152900.0300.410.4064.8425.6247.45
Hex93985A302928411a2f
Octal2232301323051501013257
Binary10010011100110001011010110101001101000100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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