#96933F

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

Shades of Highball #96933F

Tints of Highball #96933F

Color information

#96933F (or 0x96933F) is unknown color: approx Highball. HEX triplet: 96, 93 and 3F. RGB value is (150,147,63). Sum of RGB (Red+Green+Blue) = 150+147+63=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96933F is #696CC0. Grayscale: #8A8A8A. Windows color (decimal): -6909121 or 4166550. OLE color: 4166550.

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

Color convert

RGB15014763-
CMYK00.020.580.41
HSL57.93º40.85%41.76%-
HSV(B)57.93º58%58.82%-
XYZ23.9127.718.79-
YUV138.3285.49136.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 63 (25% from 255) = 17.5%
R=41.67%
G=40.83%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501476300.020.580.4157.9340.8541.76
Hex96933F023A293a292a
Octal22622377027251725152
Binary1001011010010011111111010111010101001111010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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