#929463

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

Shades of Avocado #929463

Tints of Avocado #929463

Color information

#929463 (or 0x929463) is unknown color: approx Avocado. HEX triplet: 92, 94 and 63. RGB value is (146,148,99). Sum of RGB (Red+Green+Blue) = 146+148+99=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #929463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929463 is #6D6B9C. Grayscale: #8E8E8E. Windows color (decimal): -7170973 or 6526098. OLE color: 6526098.

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

Color convert

RGB14614899-
CMYK0.0100.330.42
HSL62.45º19.84%48.43%-
HSV(B)62.45º33.11%58.04%-
XYZ24.728.1915.94-
YUV141.82103.84130.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.15%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=37.15%
G=37.66%
B=25.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146148990.0100.330.4262.4519.8448.43
Hex92946310212A3e1430
Octal222224143104152762460
Binary100100101001010011000111010000110101011111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929463; }

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

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

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

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

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

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

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

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