#949256

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

Shades of Avocado #949256

Tints of Avocado #949256

Color information

#949256 (or 0x949256) is unknown color: approx Avocado. HEX triplet: 94, 92 and 56. RGB value is (148,146,86). Sum of RGB (Red+Green+Blue) = 148+146+86=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #949256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949256 is #6B6DA9. Grayscale: #8C8C8C. Windows color (decimal): -7040426 or 5673620. OLE color: 5673620.

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

Color convert

RGB14814686-
CMYK00.010.420.42
HSL58.06º26.5%45.88%-
HSV(B)58.06º41.89%58.04%-
XYZ24.1727.5312.84-
YUV139.7697.66133.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=38.95%
G=38.42%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481468600.010.420.4258.0626.545.88
Hex949256012A2A3a1a2e
Octal224222126015252723256
Binary100101001001001010101100110101010101011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949256; }

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

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

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

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

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

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

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

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