#969247

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

Shades of Highball #969247

Tints of Highball #969247

Color information

#969247 (or 0x969247) is unknown color: approx Highball. HEX triplet: 96, 92 and 47. RGB value is (150,146,71). Sum of RGB (Red+Green+Blue) = 150+146+71=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #969247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969247 is #696DB8. Grayscale: #8A8A8A. Windows color (decimal): -6909369 or 4690582. OLE color: 4690582.

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

Color convert

RGB15014671-
CMYK00.030.530.41
HSL56.96º35.75%43.33%-
HSV(B)56.96º52.67%58.82%-
XYZ23.9927.510-
YUV138.6589.83136.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 71 (28.12% from 255) = 19.35%
R=40.87%
G=39.78%
B=19.35%

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
Decimal1501467100.030.530.4156.9635.7543.33
Hex96924703352939242b
Octal226222107036551714453
Binary10010110100100101000111011110101101001111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969247; }

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

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

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

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

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

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

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

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