#959261

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

Shades of Avocado #959261

Tints of Avocado #959261

Color information

#959261 (or 0x959261) is unknown color: approx Avocado. HEX triplet: 95, 92 and 61. RGB value is (149,146,97). Sum of RGB (Red+Green+Blue) = 149+146+97=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #959261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959261 is #6A6D9E. Grayscale: #8D8D8D. Windows color (decimal): -6974879 or 6394517. OLE color: 6394517.

HSL color Cylindrical-coordinate representation of color #959261: hue angle of 56.54º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959261 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14914697-
CMYK00.020.350.42
HSL56.54º21.14%48.24%-
HSV(B)56.54º34.9%58.43%-
XYZ24.8327.8115.37-
YUV141.31102.99133.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=38.01%
G=37.24%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491469700.020.350.4256.5421.1448.24
Hex95926102232A391530
Octal225222141024352712560
Binary1001010110010010110000101010001110101011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959261; }

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

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

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

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

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

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

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

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