#96904B

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

Shades of Highball #96904B

Tints of Highball #96904B

Color information

#96904B (or 0x96904B) is unknown color: approx Highball. HEX triplet: 96, 90 and 4B. RGB value is (150,144,75). Sum of RGB (Red+Green+Blue) = 150+144+75=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96904B is #696FB4. Grayscale: #8A8A8A. Windows color (decimal): -6909877 or 4952214. OLE color: 4952214.

HSL color Cylindrical-coordinate representation of color #96904B: hue angle of 55.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96904B is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15014475-
CMYK00.040.50.41
HSL55.2º33.33%44.12%-
HSV(B)55.2º50%58.82%-
XYZ23.8226.9410.6-
YUV137.9392.49136.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=40.65%
G=39.02%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501447500.040.50.4155.233.3344.12
Hex96904B04322937212c
Octal226220113046251674154
Binary100101101001000010010110100110010101001110111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96904B; }

 p { color: rgb(150,144,75); }

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

<style>
 a { background-color: #96904B; }

 a { background-color: rgb(150,144,75); }

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

<style>
 span { border-color: #96904B; }

 span { border-color: rgb(150,144,75); }

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