#9C972F

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

Shades of Highball #9C972F

Tints of Highball #9C972F

Color information

#9C972F (or 0x9C972F) is unknown color: approx Highball. HEX triplet: 9C, 97 and 2F. RGB value is (156,151,47). Sum of RGB (Red+Green+Blue) = 156+151+47=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C972F is #6368D0. Grayscale: #8D8D8D. Windows color (decimal): -6514897 or 3119004. OLE color: 3119004.

HSL color Cylindrical-coordinate representation of color #9C972F: hue angle of 57.25º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C972F is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB15615147-
CMYK00.030.700.39
HSL57.25º53.69%39.8%-
HSV(B)57.25º69.87%61.18%-
XYZ25.2929.417.03-
YUV140.6475.16138.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 47 (18.75% from 255) = 13.28%
R=44.07%
G=42.66%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561514700.030.700.3957.2553.6939.8
Hex9C972F034627393628
Octal234227570310647716650
Binary10011100100101111011110111000110100111111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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