#949232

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

Shades of Highball #949232

Tints of Highball #949232

Color information

#949232 (or 0x949232) is unknown color: approx Highball. HEX triplet: 94, 92 and 32. RGB value is (148,146,50). Sum of RGB (Red+Green+Blue) = 148+146+50=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #949232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949232 is #6B6DCD. Grayscale: #888888. Windows color (decimal): -7040462 or 3314324. OLE color: 3314324.

HSL color Cylindrical-coordinate representation of color #949232: hue angle of 58.78º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #949232 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14814650-
CMYK00.010.660.42
HSL58.78º49.49%38.82%-
HSV(B)58.78º66.22%58.04%-
XYZ23.0727.087.03-
YUV135.6579.66136.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 50 (19.92% from 255) = 14.53%
R=43.02%
G=42.44%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481465000.010.660.4258.7849.4938.82
Hex94923201422A3b3127
Octal224222620110252736147
Binary1001010010010010110010011000010101010111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949232; }

 p { color: rgb(148,146,50); }

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

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

 a { background-color: rgb(148,146,50); }

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

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

 span { border-color: rgb(148,146,50); }

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