#96932C

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

Shades of Highball #96932C

Tints of Highball #96932C

Color information

#96932C (or 0x96932C) is unknown color: approx Highball. HEX triplet: 96, 93 and 2C. RGB value is (150,147,44). Sum of RGB (Red+Green+Blue) = 150+147+44=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96932C is #696CD3. Grayscale: #888888. Windows color (decimal): -6909140 or 2921366. OLE color: 2921366.

HSL color Cylindrical-coordinate representation of color #96932C: hue angle of 58.3º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96932C is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15014744-
CMYK00.020.710.41
HSL58.3º54.64%38.04%-
HSV(B)58.3º70.67%58.82%-
XYZ23.4727.536.46-
YUV136.1675.99137.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=43.99%
G=43.11%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501474400.020.710.4158.354.6438.04
Hex96932C0247293a3726
Octal226223540210751726746
Binary10010110100100111011000101000111101001111010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96932C; }

 p { color: rgb(150,147,44); }

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

<style>
 a { background-color: #96932C; }

 a { background-color: rgb(150,147,44); }

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

<style>
 span { border-color: #96932C; }

 span { border-color: rgb(150,147,44); }

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