#949260

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

Shades of Avocado #949260

Tints of Avocado #949260

Color information

#949260 (or 0x949260) is unknown color: approx Avocado. HEX triplet: 94, 92 and 60. RGB value is (148,146,96). Sum of RGB (Red+Green+Blue) = 148+146+96=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #949260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949260 is #6B6D9F. Grayscale: #8D8D8D. Windows color (decimal): -7040416 or 6328980. OLE color: 6328980.

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

Color convert

RGB14814696-
CMYK00.010.350.42
HSL57.69º21.31%47.84%-
HSV(B)57.69º35.14%58.04%-
XYZ24.627.715.12-
YUV140.9102.66133.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=37.95%
G=37.44%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481469600.010.350.4257.6921.3147.84
Hex94926001232A3a1530
Octal224222140014352722560
Binary100101001001001011000000110001110101011101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949260; }

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

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

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

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

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

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

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

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