#949237

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

Shades of Highball #949237

Tints of Highball #949237

Color information

#949237 (or 0x949237) is unknown color: approx Highball. HEX triplet: 94, 92 and 37. RGB value is (148,146,55). Sum of RGB (Red+Green+Blue) = 148+146+55=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #949237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949237 is #6B6DC8. Grayscale: #888888. Windows color (decimal): -7040457 or 3642004. OLE color: 3642004.

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

Color convert

RGB14814655-
CMYK00.010.630.42
HSL58.71º45.81%39.8%-
HSV(B)58.71º62.84%58.04%-
XYZ23.1827.137.63-
YUV136.2282.16136.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 55 (21.88% from 255) = 15.76%
R=42.41%
G=41.83%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481465500.010.630.4258.7145.8139.8
Hex949237013F2A3b2e28
Octal22422267017752735650
Binary100101001001001011011101111111101010111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949237; }

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

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

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

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

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

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

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

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