#979342

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

Shades of Highball #979342

Tints of Highball #979342

Color information

#979342 (or 0x979342) is unknown color: approx Highball. HEX triplet: 97, 93 and 42. RGB value is (151,147,66). Sum of RGB (Red+Green+Blue) = 151+147+66=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #979342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979342 is #686CBD. Grayscale: #8B8B8B. Windows color (decimal): -6843582 or 4363159. OLE color: 4363159.

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

Color convert

RGB15114766-
CMYK00.030.560.41
HSL57.18º39.17%42.55%-
HSV(B)57.18º56.29%59.22%-
XYZ24.1827.849.25-
YUV138.9686.83136.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=41.48%
G=40.38%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511476600.030.560.4157.1839.1742.55
Hex97934203382939272b
Octal227223102037051714753
Binary10010111100100111000010011111000101001111001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979342; }

 p { color: rgb(151,147,66); }

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

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

 a { background-color: rgb(151,147,66); }

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

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

 span { border-color: rgb(151,147,66); }

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