#929366

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

Shades of Avocado #929366

Tints of Avocado #929366

Color information

#929366 (or 0x929366) is unknown color: approx Avocado. HEX triplet: 92, 93 and 66. RGB value is (146,147,102). Sum of RGB (Red+Green+Blue) = 146+147+102=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #929366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929366 is #6D6C99. Grayscale: #8D8D8D. Windows color (decimal): -7171226 or 6722450. OLE color: 6722450.

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

Color convert

RGB146147102-
CMYK0.0100.310.42
HSL61.33º18.07%48.82%-
HSV(B)61.33º30.61%57.65%-
XYZ24.6927.9416.66-
YUV141.57105.67131.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=36.96%
G=37.22%
B=25.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461471020.0100.310.4261.3318.0748.82
Hex929366101F2A3d1231
Octal222223146103752752261
Binary10010010100100111100110101111110101011110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929366; }

 p { color: rgb(146,147,102); }

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

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

 a { background-color: rgb(146,147,102); }

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

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

 span { border-color: rgb(146,147,102); }

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