#92915C

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

Shades of Avocado #92915C

Tints of Avocado #92915C

Color information

#92915C (or 0x92915C) is unknown color: approx Avocado. HEX triplet: 92, 91 and 5C. RGB value is (146,145,92). Sum of RGB (Red+Green+Blue) = 146+145+92=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #92915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92915C is #6D6EA3. Grayscale: #8B8B8B. Windows color (decimal): -7171748 or 6066578. OLE color: 6066578.

HSL color Cylindrical-coordinate representation of color #92915C: hue angle of 58.89º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92915C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14614592-
CMYK00.010.370.43
HSL58.89º22.69%46.67%-
HSV(B)58.89º36.99%57.25%-
XYZ23.9127.1314.1-
YUV139.26101.33132.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=38.12%
G=37.86%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461459200.010.370.4358.8922.6946.67
Hex92915C01252B3b172f
Octal222221134014553732757
Binary100100101001000110111000110010110101111101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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