#959356

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

Shades of Avocado #959356

Tints of Avocado #959356

Color information

#959356 (or 0x959356) is unknown color: approx Avocado. HEX triplet: 95, 93 and 56. RGB value is (149,147,86). Sum of RGB (Red+Green+Blue) = 149+147+86=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #959356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959356 is #6A6CA9. Grayscale: #8C8C8C. Windows color (decimal): -6974634 or 5673877. OLE color: 5673877.

HSL color Cylindrical-coordinate representation of color #959356: hue angle of 58.1º degrees, saturation: 0.27, 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 #959356 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14914786-
CMYK00.010.420.42
HSL58.1º26.81%46.08%-
HSV(B)58.1º42.28%58.43%-
XYZ24.5127.9312.9-
YUV140.6497.16133.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=39.01%
G=38.48%
B=22.51%

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
Decimal1491478600.010.420.4258.126.8146.08
Hex959356012A2A3a1b2e
Octal225223126015252723356
Binary100101011001001110101100110101010101011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959356; }

 p { color: rgb(149,147,86); }

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

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

 a { background-color: rgb(149,147,86); }

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

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

 span { border-color: rgb(149,147,86); }

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