#92925D

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

Shades of Avocado #92925D

Tints of Avocado #92925D

Color information

#92925D (or 0x92925D) is unknown color: approx Avocado. HEX triplet: 92, 92 and 5D. RGB value is (146,146,93). Sum of RGB (Red+Green+Blue) = 146+146+93=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 146 - color contains mainly: red, green. Hex color #92925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92925D is #6D6DA2. Grayscale: #8C8C8C. Windows color (decimal): -7171491 or 6132370. OLE color: 6132370.

HSL color Cylindrical-coordinate representation of color #92925D: hue angle of 60º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92925D is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14614693-
CMYK000.360.43
HSL60º22.18%46.86%-
HSV(B)60º36.3%57.25%-
XYZ24.1127.4614.39-
YUV139.96101.5132.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=37.92%
G=37.92%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614693000.360.436022.1846.86
Hex92925D00242B3c162f
Octal222222135004453742657
Binary100100101001001010111010010010010101111110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92925D; }

 p { color: rgb(146,146,93); }

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

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

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

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

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

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

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