#979554

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

Shades of Avocado #979554

Tints of Avocado #979554

Color information

#979554 (or 0x979554) is unknown color: approx Avocado. HEX triplet: 97, 95 and 54. RGB value is (151,149,84). Sum of RGB (Red+Green+Blue) = 151+149+84=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #979554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979554 is #686AAB. Grayscale: #8E8E8E. Windows color (decimal): -6843052 or 5543319. OLE color: 5543319.

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

Color convert

RGB15114984-
CMYK00.010.440.41
HSL58.21º28.51%46.08%-
HSV(B)58.21º44.37%59.22%-
XYZ25.1128.7112.61-
YUV142.1995.16134.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.32%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=39.32%
G=38.80%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511498400.010.440.4158.2128.5146.08
Hex979554012C293a1d2e
Octal227225124015451723556
Binary100101111001010110101000110110010100111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979554; }

 p { color: rgb(151,149,84); }

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

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

 a { background-color: rgb(151,149,84); }

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

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

 span { border-color: rgb(151,149,84); }

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