#979251

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

Shades of Highball #979251

Tints of Highball #979251

Color information

#979251 (or 0x979251) is unknown color: approx Highball. HEX triplet: 97, 92 and 51. RGB value is (151,146,81). Sum of RGB (Red+Green+Blue) = 151+146+81=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #979251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979251 is #686DAE. Grayscale: #8C8C8C. Windows color (decimal): -6843823 or 5345943. OLE color: 5345943.

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

Color convert

RGB15114681-
CMYK00.030.460.41
HSL55.71º30.17%45.49%-
HSV(B)55.71º46.36%59.22%-
XYZ24.5327.7311.84-
YUV140.0894.66135.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=39.95%
G=38.62%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511468100.030.460.4155.7130.1745.49
Hex979251032E29381e2d
Octal227222121035651703655
Binary1001011110010010101000101110111010100111100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979251; }

 p { color: rgb(151,146,81); }

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

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

 a { background-color: rgb(151,146,81); }

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

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

 span { border-color: rgb(151,146,81); }

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