#96924B

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

Shades of Highball #96924B

Tints of Highball #96924B

Color information

#96924B (or 0x96924B) is unknown color: approx Highball. HEX triplet: 96, 92 and 4B. RGB value is (150,146,75). Sum of RGB (Red+Green+Blue) = 150+146+75=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96924B is #696DB4. Grayscale: #8B8B8B. Windows color (decimal): -6909365 or 4952726. OLE color: 4952726.

HSL color Cylindrical-coordinate representation of color #96924B: hue angle of 56.8º 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 #96924B is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15014675-
CMYK00.030.50.41
HSL56.8º33.33%44.12%-
HSV(B)56.8º50%58.82%-
XYZ24.1327.5510.7-
YUV139.191.83135.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=40.43%
G=39.35%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501467500.030.50.4156.833.3344.12
Hex96924B03322939212c
Octal226222113036251714154
Binary10010110100100101001011011110010101001111001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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