#96953A

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

Shades of Highball #96953A

Tints of Highball #96953A

Color information

#96953A (or 0x96953A) is unknown color: approx Highball. HEX triplet: 96, 95 and 3A. RGB value is (150,149,58). Sum of RGB (Red+Green+Blue) = 150+149+58=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96953A is #696AC5. Grayscale: #8B8B8B. Windows color (decimal): -6908614 or 3839382. OLE color: 3839382.

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

Color convert

RGB15014958-
CMYK00.010.610.41
HSL59.35º44.23%40.78%-
HSV(B)59.35º61.33%58.82%-
XYZ24.0928.288.19-
YUV138.9282.33135.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=42.02%
G=41.74%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501495800.010.610.4159.3544.2340.78
Hex96953A013D293b2c29
Octal22622572017551735451
Binary100101101001010111101001111101101001111011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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