#929660

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

Shades of Avocado #929660

Tints of Avocado #929660

Color information

#929660 (or 0x929660) is unknown color: approx Avocado. HEX triplet: 92, 96 and 60. RGB value is (146,150,96). Sum of RGB (Red+Green+Blue) = 146+150+96=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #929660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929660 is #6D699F. Grayscale: #8E8E8E. Windows color (decimal): -7170464 or 6330002. OLE color: 6330002.

HSL color Cylindrical-coordinate representation of color #929660: hue angle of 64.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #929660 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB14615096-
CMYK0.0300.360.41
HSL64.44º21.95%48.24%-
HSV(B)64.44º36%58.82%-
XYZ24.8728.7715.31-
YUV142.65101.67130.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=37.24%
G=38.27%
B=24.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146150960.0300.360.4164.4421.9548.24
Hex929660302429401630
Octal2222261403044511002660
Binary10010010100101101100000110100100101001100000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929660; }

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

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

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

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

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

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

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

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