#929260

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

Shades of Avocado #929260

Tints of Avocado #929260

Color information

#929260 (or 0x929260) is unknown color: approx Avocado. HEX triplet: 92, 92 and 60. RGB value is (146,146,96). Sum of RGB (Red+Green+Blue) = 146+146+96=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929260 is #6D6D9F. Grayscale: #8C8C8C. Windows color (decimal): -7171488 or 6328978. OLE color: 6328978.

HSL color Cylindrical-coordinate representation of color #929260: hue angle of 60º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929260 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14614696-
CMYK000.340.43
HSL60º20.66%47.45%-
HSV(B)60º34.25%57.25%-
XYZ24.2427.5115.1-
YUV140.3103132.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=37.63%
G=37.63%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614696000.340.436020.6647.45
Hex92926000222B3c152f
Octal222222140004253742557
Binary100100101001001011000000010001010101111110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929260; }

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

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

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

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

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

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

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

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