#959459

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

Shades of Avocado #959459

Tints of Avocado #959459

Color information

#959459 (or 0x959459) is unknown color: approx Avocado. HEX triplet: 95, 94 and 59. RGB value is (149,148,89). Sum of RGB (Red+Green+Blue) = 149+148+89=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #959459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959459 is #6A6BA6. Grayscale: #8D8D8D. Windows color (decimal): -6974375 or 5870741. OLE color: 5870741.

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

Color convert

RGB14914889-
CMYK00.010.400.42
HSL59º25.21%46.67%-
HSV(B)59º40.27%58.43%-
XYZ24.7928.2913.61-
YUV141.5798.33133.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=38.60%
G=38.34%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491488900.010.400.425925.2146.67
Hex95945901282A3b192f
Octal225224131015052733157
Binary100101011001010010110010110100010101011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959459; }

 p { color: rgb(149,148,89); }

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

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

 a { background-color: rgb(149,148,89); }

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

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

 span { border-color: rgb(149,148,89); }

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