#9C9240

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

Shades of Highball #9C9240

Tints of Highball #9C9240

Color information

#9C9240 (or 0x9C9240) is unknown color: approx Highball. HEX triplet: 9C, 92 and 40. RGB value is (156,146,64). Sum of RGB (Red+Green+Blue) = 156+146+64=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9240 is #636DBF. Grayscale: #8B8B8B. Windows color (decimal): -6516160 or 4231836. OLE color: 4231836.

HSL color Cylindrical-coordinate representation of color #9C9240: hue angle of 53.48º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C9240 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB15614664-
CMYK00.060.590.39
HSL53.48º41.82%43.14%-
HSV(B)53.48º58.97%61.18%-
XYZ24.91288.94-
YUV139.6485.31139.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=42.62%
G=39.89%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561466400.060.590.3953.4841.8243.14
Hex9C9240063B27352a2b
Octal234222100067347655253
Binary100111001001001010000000110111011100111110101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,146,64); }

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

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

 a { background-color: rgb(156,146,64); }

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

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

 span { border-color: rgb(156,146,64); }

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