#93975A

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

Shades of Avocado #93975A

Tints of Avocado #93975A

Color information

#93975A (or 0x93975A) is unknown color: approx Avocado. HEX triplet: 93, 97 and 5A. RGB value is (147,151,90). Sum of RGB (Red+Green+Blue) = 147+151+90=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #93975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93975A is #6C68A5. Grayscale: #8F8F8F. Windows color (decimal): -7104678 or 5937043. OLE color: 5937043.

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

Color convert

RGB14715190-
CMYK0.0300.400.41
HSL63.93º25.31%47.25%-
HSV(B)63.93º40.4%59.22%-
XYZ24.9429.0713.97-
YUV142.8598.17130.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=37.89%
G=38.92%
B=23.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147151900.0300.400.4163.9325.3147.25
Hex93975A30282940192f
Octal2232271323050511003157
Binary10010011100101111011010110101000101001100000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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