#92936C

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

Shades of Avocado #92936C

Tints of Avocado #92936C

Color information

#92936C (or 0x92936C) is unknown color: approx Avocado. HEX triplet: 92, 93 and 6C. RGB value is (146,147,108). Sum of RGB (Red+Green+Blue) = 146+147+108=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #92936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92936C is #6D6C93. Grayscale: #8E8E8E. Windows color (decimal): -7171220 or 7115666. OLE color: 7115666.

HSL color Cylindrical-coordinate representation of color #92936C: hue angle of 61.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92936C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB146147108-
CMYK0.0100.270.42
HSL61.54º15.29%50%-
HSV(B)61.54º26.53%57.65%-
XYZ24.9928.0618.29-
YUV142.26108.67130.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=36.41%
G=36.66%
B=26.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461471080.0100.270.4261.5415.2950
Hex92936C101B2A3ef32
Octal222223154103352761762
Binary1001001010010011110110010110111010101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92936C; }

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

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

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

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

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

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

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

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