#979448

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

Shades of Highball #979448

Tints of Highball #979448

Color information

#979448 (or 0x979448) is unknown color: approx Highball. HEX triplet: 97, 94 and 48. RGB value is (151,148,72). Sum of RGB (Red+Green+Blue) = 151+148+72=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #979448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979448 is #686BB7. Grayscale: #8C8C8C. Windows color (decimal): -6843320 or 4756631. OLE color: 4756631.

HSL color Cylindrical-coordinate representation of color #979448: hue angle of 57.72º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #979448 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15114872-
CMYK00.020.520.41
HSL57.72º35.43%43.73%-
HSV(B)57.72º52.32%59.22%-
XYZ24.5228.2310.29-
YUV140.2389.49135.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=40.70%
G=39.89%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511487200.020.520.4157.7235.4343.73
Hex9794480234293a232c
Octal227224110026451724354
Binary10010111100101001001000010110100101001111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979448; }

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

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

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

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

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

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

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

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