#96944D

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

Shades of Highball #96944D

Tints of Highball #96944D

Color information

#96944D (or 0x96944D) is unknown color: approx Highball. HEX triplet: 96, 94 and 4D. RGB value is (150,148,77). Sum of RGB (Red+Green+Blue) = 150+148+77=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96944D is #696BB2. Grayscale: #8C8C8C. Windows color (decimal): -6908851 or 5084310. OLE color: 5084310.

HSL color Cylindrical-coordinate representation of color #96944D: hue angle of 58.36º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96944D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15014877-
CMYK00.010.490.41
HSL58.36º32.16%44.51%-
HSV(B)58.36º48.67%58.82%-
XYZ24.5128.211.17-
YUV140.592.16134.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=40%
G=39.47%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501487700.010.490.4158.3632.1644.51
Hex96944D0131293a202d
Octal226224115016151724055
Binary1001011010010100100110101110001101001111010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96944D; }

 p { color: rgb(150,148,77); }

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

<style>
 a { background-color: #96944D; }

 a { background-color: rgb(150,148,77); }

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

<style>
 span { border-color: #96944D; }

 span { border-color: rgb(150,148,77); }

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