#959466

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

Shades of Avocado #959466

Tints of Avocado #959466

Color information

#959466 (or 0x959466) is unknown color: approx Avocado. HEX triplet: 95, 94 and 66. RGB value is (149,148,102). Sum of RGB (Red+Green+Blue) = 149+148+102=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #959466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959466 is #6A6B99. Grayscale: #8F8F8F. Windows color (decimal): -6974362 or 6722709. OLE color: 6722709.

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

Color convert

RGB149148102-
CMYK00.010.320.42
HSL58.72º18.73%49.22%-
HSV(B)58.72º31.54%58.43%-
XYZ25.3828.5316.74-
YUV143.06104.83132.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=37.34%
G=37.09%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914810200.010.320.4258.7218.7349.22
Hex95946601202A3b1331
Octal225224146014052732361
Binary100101011001010011001100110000010101011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959466; }

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

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

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

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

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

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

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

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