#969244

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

Shades of Highball #969244

Tints of Highball #969244

Color information

#969244 (or 0x969244) is unknown color: approx Highball. HEX triplet: 96, 92 and 44. RGB value is (150,146,68). Sum of RGB (Red+Green+Blue) = 150+146+68=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #969244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969244 is #696DBB. Grayscale: #8A8A8A. Windows color (decimal): -6909372 or 4493974. OLE color: 4493974.

HSL color Cylindrical-coordinate representation of color #969244: hue angle of 57.07º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #969244 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB15014668-
CMYK00.030.550.41
HSL57.07º37.61%42.75%-
HSV(B)57.07º54.67%58.82%-
XYZ23.927.469.51-
YUV138.388.33136.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=41.21%
G=40.11%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501466800.030.550.4157.0737.6142.75
Hex96924403372939262b
Octal226222104036751714653
Binary10010110100100101000100011110111101001111001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969244; }

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

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

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

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

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

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

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

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