#979432

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

Shades of Highball #979432

Tints of Highball #979432

Color information

#979432 (or 0x979432) is unknown color: approx Highball. HEX triplet: 97, 94 and 32. RGB value is (151,148,50). Sum of RGB (Red+Green+Blue) = 151+148+50=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #979432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979432 is #686BCD. Grayscale: #8A8A8A. Windows color (decimal): -6843342 or 3314839. OLE color: 3314839.

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

Color convert

RGB15114850-
CMYK00.020.670.41
HSL58.22º50.25%39.41%-
HSV(B)58.22º66.89%59.22%-
XYZ23.9327.997.16-
YUV137.7278.49137.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=43.27%
G=42.41%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511485000.020.670.4158.2250.2539.41
Hex9794320243293a3227
Octal227224620210351726247
Binary10010111100101001100100101000011101001111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979432; }

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

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

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

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

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

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

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

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