#929464

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

Shades of Avocado #929464

Tints of Avocado #929464

Color information

#929464 (or 0x929464) is unknown color: approx Avocado. HEX triplet: 92, 94 and 64. RGB value is (146,148,100). Sum of RGB (Red+Green+Blue) = 146+148+100=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #929464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929464 is #6D6B9B. Grayscale: #8E8E8E. Windows color (decimal): -7170972 or 6591634. OLE color: 6591634.

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

Color convert

RGB146148100-
CMYK0.0100.320.42
HSL62.5º19.35%48.63%-
HSV(B)62.5º32.43%58.04%-
XYZ24.7428.2116.2-
YUV141.93104.34130.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=37.06%
G=37.56%
B=25.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461481000.0100.320.4262.519.3548.63
Hex92946410202A3e1331
Octal222224144104052762361
Binary100100101001010011001001010000010101011111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929464; }

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

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

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

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

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

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

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

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