#969131

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

Shades of Highball #969131

Tints of Highball #969131

Color information

#969131 (or 0x969131) is unknown color: approx Highball. HEX triplet: 96, 91 and 31. RGB value is (150,145,49). Sum of RGB (Red+Green+Blue) = 150+145+49=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #969131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969131 is #696ECE. Grayscale: #878787. Windows color (decimal): -6909647 or 3248534. OLE color: 3248534.

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

Color convert

RGB15014549-
CMYK00.030.670.41
HSL57.03º50.75%39.02%-
HSV(B)57.03º67.33%58.82%-
XYZ23.2626.966.88-
YUV135.5579.16138.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 49 (19.53% from 255) = 14.24%
R=43.60%
G=42.15%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501454900.030.670.4157.0350.7539.02
Hex969131034329393327
Octal226221610310351716347
Binary10010110100100011100010111000011101001111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969131; }

 p { color: rgb(150,145,49); }

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

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

 a { background-color: rgb(150,145,49); }

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

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

 span { border-color: rgb(150,145,49); }

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