#969431

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

Shades of Highball #969431

Tints of Highball #969431

Color information

#969431 (or 0x969431) is unknown color: approx Highball. HEX triplet: 96, 94 and 31. RGB value is (150,148,49). Sum of RGB (Red+Green+Blue) = 150+148+49=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #969431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969431 is #696BCE. Grayscale: #898989. Windows color (decimal): -6908879 or 3249302. OLE color: 3249302.

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

Color convert

RGB15014849-
CMYK00.010.670.41
HSL58.81º50.75%39.02%-
HSV(B)58.81º67.33%58.82%-
XYZ23.7227.897.04-
YUV137.3178.16137.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 49 (19.53% from 255) = 14.12%
R=43.23%
G=42.65%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501484900.010.670.4158.8150.7539.02
Hex9694310143293b3327
Octal226224610110351736347
Binary1001011010010100110001011000011101001111011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969431; }

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

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

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

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

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

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

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

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