#979256

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

Shades of Avocado #979256

Tints of Avocado #979256

Color information

#979256 (or 0x979256) is unknown color: approx Avocado. HEX triplet: 97, 92 and 56. RGB value is (151,146,86). Sum of RGB (Red+Green+Blue) = 151+146+86=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #979256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979256 is #686DA9. Grayscale: #8C8C8C. Windows color (decimal): -6843818 or 5673623. OLE color: 5673623.

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

Color convert

RGB15114686-
CMYK00.030.430.41
HSL55.38º27.43%46.47%-
HSV(B)55.38º43.05%59.22%-
XYZ24.7227.8112.87-
YUV140.6697.16135.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=39.43%
G=38.12%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511468600.030.430.4155.3827.4346.47
Hex979256032B29371b2e
Octal227222126035351673356
Binary1001011110010010101011001110101110100111011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979256; }

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

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

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

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

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

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

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

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