#929461

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

Shades of Avocado #929461

Tints of Avocado #929461

Color information

#929461 (or 0x929461) is unknown color: approx Avocado. HEX triplet: 92, 94 and 61. RGB value is (146,148,97). Sum of RGB (Red+Green+Blue) = 146+148+97=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #929461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929461 is #6D6B9E. Grayscale: #8D8D8D. Windows color (decimal): -7170975 or 6395026. OLE color: 6395026.

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

Color convert

RGB14614897-
CMYK0.0100.340.42
HSL62.35º20.82%48.04%-
HSV(B)62.35º34.46%58.04%-
XYZ24.628.1515.45-
YUV141.59102.84131.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=37.34%
G=37.85%
B=24.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146148970.0100.340.4262.3520.8248.04
Hex92946110222A3e1530
Octal222224141104252762560
Binary100100101001010011000011010001010101011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929461; }

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

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

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

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

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

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

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

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