#93995C

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

Shades of Avocado #93995C

Tints of Avocado #93995C

Color information

#93995C (or 0x93995C) is unknown color: approx Avocado. HEX triplet: 93, 99 and 5C. RGB value is (147,153,92). Sum of RGB (Red+Green+Blue) = 147+153+92=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #93995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93995C is #6C66A3. Grayscale: #909090. Windows color (decimal): -7104164 or 6068627. OLE color: 6068627.

HSL color Cylindrical-coordinate representation of color #93995C: hue angle of 65.9º 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 #93995C is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB14715392-
CMYK0.0400.400.4
HSL65.9º24.9%48.04%-
HSV(B)65.9º39.87%60%-
XYZ25.3629.7614.53-
YUV144.2598.51129.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=37.5%
G=39.03%
B=23.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147153920.0400.400.465.924.948.04
Hex93995C402828421930
Octal2232311344050501023160
Binary100100111001100110111001000101000101000100001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93995C; }

 p { color: rgb(147,153,92); }

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

<style>
 a { background-color: #93995C; }

 a { background-color: rgb(147,153,92); }

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

<style>
 span { border-color: #93995C; }

 span { border-color: rgb(147,153,92); }

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