#93955A

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

Shades of Avocado #93955A

Tints of Avocado #93955A

Color information

#93955A (or 0x93955A) is unknown color: approx Avocado. HEX triplet: 93, 95 and 5A. RGB value is (147,149,90). Sum of RGB (Red+Green+Blue) = 147+149+90=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #93955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93955A is #6C6AA5. Grayscale: #8D8D8D. Windows color (decimal): -7105190 or 5936531. OLE color: 5936531.

HSL color Cylindrical-coordinate representation of color #93955A: hue angle of 62.03º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93955A is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14714990-
CMYK0.0100.400.42
HSL62.03º24.69%46.86%-
HSV(B)62.03º39.6%58.43%-
XYZ24.6328.4413.86-
YUV141.6898.84131.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=38.08%
G=38.60%
B=23.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147149900.0100.400.4262.0324.6946.86
Hex93955A10282A3e192f
Octal223225132105052763157
Binary100100111001010110110101010100010101011111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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