#9C964A

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

Shades of Highball #9C964A

Tints of Highball #9C964A

Color information

#9C964A (or 0x9C964A) is unknown color: approx Highball. HEX triplet: 9C, 96 and 4A. RGB value is (156,150,74). Sum of RGB (Red+Green+Blue) = 156+150+74=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C964A is #6369B5. Grayscale: #8F8F8F. Windows color (decimal): -6515126 or 4888220. OLE color: 4888220.

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

Color convert

RGB15615074-
CMYK00.040.530.39
HSL55.61º35.65%45.1%-
HSV(B)55.61º52.56%61.18%-
XYZ25.8529.3810.79-
YUV143.1388.99137.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=41.05%
G=39.47%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561507400.040.530.3955.6135.6545.1
Hex9C964A04352738242d
Octal234226112046547704455
Binary100111001001011010010100100110101100111111000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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