#959256

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

Shades of Avocado #959256

Tints of Avocado #959256

Color information

#959256 (or 0x959256) is unknown color: approx Avocado. HEX triplet: 95, 92 and 56. RGB value is (149,146,86). Sum of RGB (Red+Green+Blue) = 149+146+86=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #959256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959256 is #6A6DA9. Grayscale: #8C8C8C. Windows color (decimal): -6974890 or 5673621. OLE color: 5673621.

HSL color Cylindrical-coordinate representation of color #959256: hue angle of 57.14º 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 #959256 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14914686-
CMYK00.020.420.42
HSL57.14º26.81%46.08%-
HSV(B)57.14º42.28%58.43%-
XYZ24.3527.6212.85-
YUV140.0697.49134.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=39.11%
G=38.32%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491468600.020.420.4257.1426.8146.08
Hex959256022A2A391b2e
Octal225222126025252713356
Binary1001010110010010101011001010101010101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959256; }

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

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

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

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

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

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

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

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