#9C974A

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

Shades of Highball #9C974A

Tints of Highball #9C974A

Color information

#9C974A (or 0x9C974A) is unknown color: approx Highball. HEX triplet: 9C, 97 and 4A. RGB value is (156,151,74). Sum of RGB (Red+Green+Blue) = 156+151+74=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C974A is #6368B5. Grayscale: #909090. Windows color (decimal): -6514870 or 4888476. OLE color: 4888476.

HSL color Cylindrical-coordinate representation of color #9C974A: hue angle of 56.34º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C974A is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB15615174-
CMYK00.030.530.39
HSL56.34º35.65%45.1%-
HSV(B)56.34º52.56%61.18%-
XYZ26.0129.710.84-
YUV143.7288.66136.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=40.94%
G=39.63%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561517400.030.530.3956.3435.6545.1
Hex9C974A03352738242d
Octal234227112036547704455
Binary10011100100101111001010011110101100111111000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C974A; }

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

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

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

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

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

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

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

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