#979050

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

Shades of Highball #979050

Tints of Highball #979050

Color information

#979050 (or 0x979050) is unknown color: approx Highball. HEX triplet: 97, 90 and 50. RGB value is (151,144,80). Sum of RGB (Red+Green+Blue) = 151+144+80=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #979050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979050 is #686FAF. Grayscale: #8B8B8B. Windows color (decimal): -6844336 or 5279895. OLE color: 5279895.

HSL color Cylindrical-coordinate representation of color #979050: hue angle of 54.08º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #979050 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15114480-
CMYK00.050.470.41
HSL54.08º30.74%45.29%-
HSV(B)54.08º47.02%59.22%-
XYZ24.1827.1111.55-
YUV138.894.82136.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=40.27%
G=38.4%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511448000.050.470.4154.0830.7445.29
Hex979050052F29361f2d
Octal227220120055751663755
Binary10010111100100001010000010110111110100111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979050; }

 p { color: rgb(151,144,80); }

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

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

 a { background-color: rgb(151,144,80); }

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

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

 span { border-color: rgb(151,144,80); }

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