#96954A

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

Shades of Highball #96954A

Tints of Highball #96954A

Color information

#96954A (or 0x96954A) is unknown color: approx Highball. HEX triplet: 96, 95 and 4A. RGB value is (150,149,74). Sum of RGB (Red+Green+Blue) = 150+149+74=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96954A is #696AB5. Grayscale: #8D8D8D. Windows color (decimal): -6908598 or 4887958. OLE color: 4887958.

HSL color Cylindrical-coordinate representation of color #96954A: hue angle of 59.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96954A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15014974-
CMYK00.010.510.41
HSL59.21º33.93%43.92%-
HSV(B)59.21º50.67%58.82%-
XYZ24.5628.4710.68-
YUV140.7590.33134.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=40.21%
G=39.95%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501497400.010.510.4159.2133.9343.92
Hex96954A0133293b222c
Octal226225112016351734254
Binary1001011010010101100101001110011101001111011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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