#929353

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

Shades of Avocado #929353

Tints of Avocado #929353

Color information

#929353 (or 0x929353) is unknown color: approx Avocado. HEX triplet: 92, 93 and 53. RGB value is (146,147,83). Sum of RGB (Red+Green+Blue) = 146+147+83=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #929353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929353 is #6D6CAC. Grayscale: #8B8B8B. Windows color (decimal): -7171245 or 5477266. OLE color: 5477266.

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

Color convert

RGB14614783-
CMYK0.0100.440.42
HSL60.94º27.83%45.1%-
HSV(B)60.94º43.54%57.65%-
XYZ23.8527.612.25-
YUV139.496.17132.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=38.83%
G=39.10%
B=22.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146147830.0100.440.4260.9427.8345.1
Hex929353102C2A3d1c2d
Octal222223123105452753455
Binary100100101001001110100111010110010101011110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929353; }

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

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

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

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

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

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

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

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