#979531

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

Shades of Highball #979531

Tints of Highball #979531

Color information

#979531 (or 0x979531) is unknown color: approx Highball. HEX triplet: 97, 95 and 31. RGB value is (151,149,49). Sum of RGB (Red+Green+Blue) = 151+149+49=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #979531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979531 is #686ACE. Grayscale: #8A8A8A. Windows color (decimal): -6843087 or 3249559. OLE color: 3249559.

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

Color convert

RGB15114949-
CMYK00.010.680.41
HSL58.82º51%39.22%-
HSV(B)58.82º67.55%59.22%-
XYZ24.0628.37.1-
YUV138.277.66137.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 49 (19.53% from 255) = 14.04%
R=43.27%
G=42.69%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511494900.010.680.4158.825139.22
Hex9795310144293b3327
Octal227225610110451736347
Binary1001011110010101110001011000100101001111011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979531; }

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

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

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

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

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

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

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

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