#979547

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

Shades of Highball #979547

Tints of Highball #979547

Color information

#979547 (or 0x979547) is unknown color: approx Highball. HEX triplet: 97, 95 and 47. RGB value is (151,149,71). Sum of RGB (Red+Green+Blue) = 151+149+71=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #979547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979547 is #686AB8. Grayscale: #8D8D8D. Windows color (decimal): -6843065 or 4691351. OLE color: 4691351.

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

Color convert

RGB15114971-
CMYK00.010.530.41
HSL58.5º36.04%43.53%-
HSV(B)58.5º52.98%59.22%-
XYZ24.6528.5310.17-
YUV140.7188.66135.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=40.70%
G=40.16%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511497100.010.530.4158.536.0443.53
Hex9795470135293a242c
Octal227225107016551724454
Binary1001011110010101100011101110101101001111010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979547; }

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

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

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

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

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

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

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

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