#929063

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

Shades of Avocado #929063

Tints of Avocado #929063

Color information

#929063 (or 0x929063) is unknown color: approx Avocado. HEX triplet: 92, 90 and 63. RGB value is (146,144,99). Sum of RGB (Red+Green+Blue) = 146+144+99=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #929063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929063 is #6D6F9C. Grayscale: #8B8B8B. Windows color (decimal): -7171997 or 6525074. OLE color: 6525074.

HSL color Cylindrical-coordinate representation of color #929063: hue angle of 57.45º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #929063 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14614499-
CMYK00.010.320.43
HSL57.45º19.18%48.04%-
HSV(B)57.45º32.19%57.25%-
XYZ24.0826.9615.74-
YUV139.47105.16132.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 99 (39.06% from 255) = 25.45%
R=37.53%
G=37.02%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461449900.010.320.4357.4519.1848.04
Hex92906301202B391330
Octal222220143014053712360
Binary100100101001000011000110110000010101111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929063; }

 p { color: rgb(146,144,99); }

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

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

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

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

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

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

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