#93966A

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

Shades of Avocado #93966A

Tints of Avocado #93966A

Color information

#93966A (or 0x93966A) is unknown color: approx Avocado. HEX triplet: 93, 96 and 6A. RGB value is (147,150,106). Sum of RGB (Red+Green+Blue) = 147+150+106=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #93966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93966A is #6C6995. Grayscale: #909090. Windows color (decimal): -7104918 or 6985363. OLE color: 6985363.

HSL color Cylindrical-coordinate representation of color #93966A: hue angle of 64.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93966A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB147150106-
CMYK0.0200.290.41
HSL64.09º17.32%50.2%-
HSV(B)64.09º29.33%58.82%-
XYZ25.5429.0617.9-
YUV144.09106.51130.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=36.48%
G=37.22%
B=26.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501060.0200.290.4164.0917.3250.2
Hex93966A201D29401132
Octal2232261522035511002162
Binary1001001110010110110101010011101101001100000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,150,106); }

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

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

 a { background-color: rgb(147,150,106); }

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

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

 span { border-color: rgb(147,150,106); }

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