#96954D

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

Shades of Highball #96954D

Tints of Highball #96954D

Color information

#96954D (or 0x96954D) is unknown color: approx Highball. HEX triplet: 96, 95 and 4D. RGB value is (150,149,77). Sum of RGB (Red+Green+Blue) = 150+149+77=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96954D is #696AB2. Grayscale: #8D8D8D. Windows color (decimal): -6908595 or 5084566. OLE color: 5084566.

HSL color Cylindrical-coordinate representation of color #96954D: hue angle of 59.18º 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 #96954D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15014977-
CMYK00.010.490.41
HSL59.18º32.16%44.51%-
HSV(B)59.18º48.67%58.82%-
XYZ24.6628.5111.23-
YUV141.0991.83134.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 77 (30.47% from 255) = 20.48%
R=39.89%
G=39.63%
B=20.48%

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
Decimal1501497700.010.490.4159.1832.1644.51
Hex96954D0131293b202d
Octal226225115016151734055
Binary1001011010010101100110101110001101001111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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