#96933C

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

Shades of Highball #96933C

Tints of Highball #96933C

Color information

#96933C (or 0x96933C) is unknown color: approx Highball. HEX triplet: 96, 93 and 3C. RGB value is (150,147,60). Sum of RGB (Red+Green+Blue) = 150+147+60=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96933C is #696CC3. Grayscale: #8A8A8A. Windows color (decimal): -6909124 or 3969942. OLE color: 3969942.

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

Color convert

RGB15014760-
CMYK00.020.60.41
HSL58º42.86%41.18%-
HSV(B)58º60%58.82%-
XYZ23.8327.688.36-
YUV137.9883.99136.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 60 (23.83% from 255) = 16.81%
R=42.02%
G=41.18%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501476000.020.60.415842.8641.18
Hex96933C023C293a2b29
Octal22622374027451725351
Binary1001011010010011111100010111100101001111010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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