#949257

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

Shades of Avocado #949257

Tints of Avocado #949257

Color information

#949257 (or 0x949257) is unknown color: approx Avocado. HEX triplet: 94, 92 and 57. RGB value is (148,146,87). Sum of RGB (Red+Green+Blue) = 148+146+87=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #949257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949257 is #6B6DA8. Grayscale: #8C8C8C. Windows color (decimal): -7040425 or 5739156. OLE color: 5739156.

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

Color convert

RGB14814687-
CMYK00.010.410.42
HSL58.03º25.96%46.08%-
HSV(B)58.03º41.22%58.04%-
XYZ24.2127.5413.06-
YUV139.8798.16133.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=38.85%
G=38.32%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481468700.010.410.4258.0325.9646.08
Hex94925701292A3a1a2e
Octal224222127015152723256
Binary100101001001001010101110110100110101011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949257; }

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

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

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

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

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

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

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

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