#9C9232

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

Shades of Highball #9C9232

Tints of Highball #9C9232

Color information

#9C9232 (or 0x9C9232) is unknown color: approx Highball. HEX triplet: 9C, 92 and 32. RGB value is (156,146,50). Sum of RGB (Red+Green+Blue) = 156+146+50=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9232 is #636DCD. Grayscale: #8A8A8A. Windows color (decimal): -6516174 or 3314332. OLE color: 3314332.

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

Color convert

RGB15614650-
CMYK00.060.680.39
HSL54.34º51.46%40.39%-
HSV(B)54.34º67.95%61.18%-
XYZ24.5627.867.1-
YUV138.0578.31140.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=44.32%
G=41.48%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561465000.060.680.3954.3451.4640.39
Hex9C9232064427363328
Octal234222620610447666350
Binary100111001001001011001001101000100100111110110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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