#929465

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

Shades of Avocado #929465

Tints of Avocado #929465

Color information

#929465 (or 0x929465) is unknown color: approx Avocado. HEX triplet: 92, 94 and 65. RGB value is (146,148,101). Sum of RGB (Red+Green+Blue) = 146+148+101=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #929465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929465 is #6D6B9A. Grayscale: #8E8E8E. Windows color (decimal): -7170971 or 6657170. OLE color: 6657170.

HSL color Cylindrical-coordinate representation of color #929465: hue angle of 62.55º 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 #929465 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB146148101-
CMYK0.0100.320.42
HSL62.55º18.88%48.82%-
HSV(B)62.55º31.76%58.04%-
XYZ24.7928.2316.45-
YUV142.04104.84130.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=36.96%
G=37.47%
B=25.57%

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
Decimal1461481010.0100.320.4262.5518.8848.82
Hex92946510202A3f1331
Octal222224145104052772361
Binary100100101001010011001011010000010101011111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929465; }

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

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

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

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

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

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

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

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