#9C9149

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

Shades of Highball #9C9149

Tints of Highball #9C9149

Color information

#9C9149 (or 0x9C9149) is unknown color: approx Highball. HEX triplet: 9C, 91 and 49. RGB value is (156,145,73). Sum of RGB (Red+Green+Blue) = 156+145+73=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9149 is #636EB6. Grayscale: #8C8C8C. Windows color (decimal): -6516407 or 4821404. OLE color: 4821404.

HSL color Cylindrical-coordinate representation of color #9C9149: hue angle of 52.05º 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 #9C9149 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB15614573-
CMYK00.070.530.39
HSL52.05º36.24%44.9%-
HSV(B)52.05º53.21%61.18%-
XYZ25.0427.810.35-
YUV140.0890.14139.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=41.71%
G=38.77%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561457300.070.530.3952.0536.2444.9
Hex9C914907352734242d
Octal234221111076547644455
Binary100111001001000110010010111110101100111110100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,145,73); }

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

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

 a { background-color: rgb(156,145,73); }

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

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

 span { border-color: rgb(156,145,73); }

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