#92915E

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

Shades of Avocado #92915E

Tints of Avocado #92915E

Color information

#92915E (or 0x92915E) is unknown color: approx Avocado. HEX triplet: 92, 91 and 5E. RGB value is (146,145,94). Sum of RGB (Red+Green+Blue) = 146+145+94=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #92915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92915E is #6D6EA1. Grayscale: #8B8B8B. Windows color (decimal): -7171746 or 6197650. OLE color: 6197650.

HSL color Cylindrical-coordinate representation of color #92915E: hue angle of 58.85º 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 #92915E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14614594-
CMYK00.010.360.43
HSL58.85º21.67%47.06%-
HSV(B)58.85º35.62%57.25%-
XYZ2427.1714.57-
YUV139.49102.33132.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=37.92%
G=37.66%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461459400.010.360.4358.8521.6747.06
Hex92915E01242B3b162f
Octal222221136014453732657
Binary100100101001000110111100110010010101111101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92915E; }

 p { color: rgb(146,145,94); }

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

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

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

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

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

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

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