#979b49

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

Shades of Highball #979B49

Tints of Highball #979B49

Color information

#979B49 (or 0x979B49) is unknown color: approx Highball. HEX triplet: 97, 9B and 49. RGB value is (151,155,73). Sum of RGB (Red+Green+Blue) = 151+155+73=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #979B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B49 is #6864B6. Grayscale: #909090. Windows color (decimal): -6841527 or 4823959. OLE color: 4823959.

HSL color Cylindrical-coordinate representation of color #979B49: hue angle of 62.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #979B49 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB15115573-
CMYK0.0300.530.39
HSL62.93º35.96%44.71%-
HSV(B)62.93º52.9%60.78%-
XYZ25.6930.510.84-
YUV144.4687.67132.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=39.84%
G=40.90%
B=19.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151155730.0300.530.3962.9335.9644.71
Hex979B493035273f242d
Octal227233111306547774455
Binary10010111100110111001001110110101100111111111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979b49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979b49; }

 p { color: rgb(151,155,73); }

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

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

 a { background-color: rgb(151,155,73); }

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

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

 span { border-color: rgb(151,155,73); }

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