#97974A

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

Shades of Highball #97974A

Tints of Highball #97974A

Color information

#97974A (or 0x97974A) is unknown color: approx Highball. HEX triplet: 97, 97 and 4A. RGB value is (151,151,74). Sum of RGB (Red+Green+Blue) = 151+151+74=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97974A is #6868B5. Grayscale: #8E8E8E. Windows color (decimal): -6842550 or 4888471. OLE color: 4888471.

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

Color convert

RGB15115174-
CMYK000.510.41
HSL60º34.22%44.12%-
HSV(B)60º50.99%59.22%-
XYZ25.0729.2110.79-
YUV142.2289.5134.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=40.16%
G=40.16%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115174000.510.416034.2244.12
Hex97974A0033293c222c
Octal227227112006351744254
Binary1001011110010111100101000110011101001111100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97974A; }

 p { color: rgb(151,151,74); }

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

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

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

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

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

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

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