#979456

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

Shades of Avocado #979456

Tints of Avocado #979456

Color information

#979456 (or 0x979456) is unknown color: approx Avocado. HEX triplet: 97, 94 and 56. RGB value is (151,148,86). Sum of RGB (Red+Green+Blue) = 151+148+86=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #979456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979456 is #686BA9. Grayscale: #8E8E8E. Windows color (decimal): -6843306 or 5674135. OLE color: 5674135.

HSL color Cylindrical-coordinate representation of color #979456: hue angle of 57.23º 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 #979456 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15114886-
CMYK00.020.430.41
HSL57.23º27.43%46.47%-
HSV(B)57.23º43.05%59.22%-
XYZ25.0328.4312.97-
YUV141.8396.49134.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=39.22%
G=38.44%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511488600.020.430.4157.2327.4346.47
Hex979456022B29391b2e
Octal227224126025351713356
Binary1001011110010100101011001010101110100111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979456; }

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

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

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

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

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

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

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

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