#969332

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

Shades of Highball #969332

Tints of Highball #969332

Color information

#969332 (or 0x969332) is unknown color: approx Highball. HEX triplet: 96, 93 and 32. RGB value is (150,147,50). Sum of RGB (Red+Green+Blue) = 150+147+50=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #969332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969332 is #696CCD. Grayscale: #898989. Windows color (decimal): -6909134 or 3314582. OLE color: 3314582.

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

Color convert

RGB15014750-
CMYK00.020.670.41
HSL58.2º50%39.22%-
HSV(B)58.2º66.67%58.82%-
XYZ23.5927.587.1-
YUV136.8478.99137.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 50 (19.92% from 255) = 14.41%
R=43.23%
G=42.36%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501475000.020.670.4158.25039.22
Hex9693320243293a3227
Octal226223620210351726247
Binary10010110100100111100100101000011101001111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969332; }

 p { color: rgb(150,147,50); }

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

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

 a { background-color: rgb(150,147,50); }

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

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

 span { border-color: rgb(150,147,50); }

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