#939260

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

Shades of Avocado #939260

Tints of Avocado #939260

Color information

#939260 (or 0x939260) is unknown color: approx Avocado. HEX triplet: 93, 92 and 60. RGB value is (147,146,96). Sum of RGB (Red+Green+Blue) = 147+146+96=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #939260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939260 is #6C6D9F. Grayscale: #8C8C8C. Windows color (decimal): -7105952 or 6328979. OLE color: 6328979.

HSL color Cylindrical-coordinate representation of color #939260: hue angle of 58.82º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #939260 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14714696-
CMYK00.010.350.42
HSL58.82º20.99%47.65%-
HSV(B)58.82º34.69%57.65%-
XYZ24.4227.6115.11-
YUV140.6102.83132.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=37.79%
G=37.53%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471469600.010.350.4258.8220.9947.65
Hex93926001232A3b1530
Octal223222140014352732560
Binary100100111001001011000000110001110101011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939260; }

 p { color: rgb(147,146,96); }

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

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

 a { background-color: rgb(147,146,96); }

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

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

 span { border-color: rgb(147,146,96); }

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