#959355

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

Shades of Avocado #959355

Tints of Avocado #959355

Color information

#959355 (or 0x959355) is unknown color: approx Avocado. HEX triplet: 95, 93 and 55. RGB value is (149,147,85). Sum of RGB (Red+Green+Blue) = 149+147+85=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #959355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959355 is #6A6CAA. Grayscale: #8C8C8C. Windows color (decimal): -6974635 or 5608341. OLE color: 5608341.

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

Color convert

RGB14914785-
CMYK00.010.430.42
HSL58.12º27.35%45.88%-
HSV(B)58.12º42.95%58.43%-
XYZ24.4727.9112.69-
YUV140.5396.66134.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=39.11%
G=38.58%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491478500.010.430.4258.1227.3545.88
Hex959355012B2A3a1b2e
Octal225223125015352723356
Binary100101011001001110101010110101110101011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959355; }

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

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

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

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

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

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

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

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