#969246

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

Shades of Highball #969246

Tints of Highball #969246

Color information

#969246 (or 0x969246) is unknown color: approx Highball. HEX triplet: 96, 92 and 46. RGB value is (150,146,70). Sum of RGB (Red+Green+Blue) = 150+146+70=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #969246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969246 is #696DB9. Grayscale: #8A8A8A. Windows color (decimal): -6909370 or 4625046. OLE color: 4625046.

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

Color convert

RGB15014670-
CMYK00.030.530.41
HSL57º36.36%43.14%-
HSV(B)57º53.33%58.82%-
XYZ23.9627.489.84-
YUV138.5389.33136.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 70 (27.73% from 255) = 19.13%
R=40.98%
G=39.89%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501467000.030.530.415736.3643.14
Hex96924603352939242b
Octal226222106036551714453
Binary10010110100100101000110011110101101001111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969246; }

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

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

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

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

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

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

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

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