#979450

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

Shades of Highball #979450

Tints of Highball #979450

Color information

#979450 (or 0x979450) is unknown color: approx Highball. HEX triplet: 97, 94 and 50. RGB value is (151,148,80). Sum of RGB (Red+Green+Blue) = 151+148+80=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #979450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979450 is #686BAF. Grayscale: #8D8D8D. Windows color (decimal): -6843312 or 5280919. OLE color: 5280919.

HSL color Cylindrical-coordinate representation of color #979450: hue angle of 57.46º 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 #979450 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15114880-
CMYK00.020.470.41
HSL57.46º30.74%45.29%-
HSV(B)57.46º47.02%59.22%-
XYZ24.828.3411.75-
YUV141.1493.49135.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=39.84%
G=39.05%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511488000.020.470.4157.4630.7445.29
Hex979450022F29391f2d
Octal227224120025751713755
Binary1001011110010100101000001010111110100111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979450; }

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

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

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

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

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

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

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

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