#929359

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

Shades of Avocado #929359

Tints of Avocado #929359

Color information

#929359 (or 0x929359) is unknown color: approx Avocado. HEX triplet: 92, 93 and 59. RGB value is (146,147,89). Sum of RGB (Red+Green+Blue) = 146+147+89=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #929359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929359 is #6D6CA6. Grayscale: #8C8C8C. Windows color (decimal): -7171239 or 5870482. OLE color: 5870482.

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

Color convert

RGB14614789-
CMYK0.0100.390.42
HSL61.03º24.58%46.27%-
HSV(B)61.03º39.46%57.65%-
XYZ24.0927.713.53-
YUV140.0999.17132.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=38.22%
G=38.48%
B=23.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146147890.0100.390.4261.0324.5846.27
Hex92935910272A3d192e
Octal222223131104752753156
Binary100100101001001110110011010011110101011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929359; }

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

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

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

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

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

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

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

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