#949142

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

Shades of Highball #949142

Tints of Highball #949142

Color information

#949142 (or 0x949142) is unknown color: approx Highball. HEX triplet: 94, 91 and 42. RGB value is (148,145,66). Sum of RGB (Red+Green+Blue) = 148+145+66=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #949142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949142 is #6B6EBD. Grayscale: #898989. Windows color (decimal): -7040702 or 4362644. OLE color: 4362644.

HSL color Cylindrical-coordinate representation of color #949142: hue angle of 57.8º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #949142 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB14814566-
CMYK00.020.550.42
HSL57.8º38.32%41.96%-
HSV(B)57.8º55.41%58.04%-
XYZ23.3226.949.13-
YUV136.8987.99135.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=41.23%
G=40.39%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481456600.020.550.4257.838.3241.96
Hex94914202372A3a262a
Octal224221102026752724652
Binary10010100100100011000010010110111101010111010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949142; }

 p { color: rgb(148,145,66); }

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

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

 a { background-color: rgb(148,145,66); }

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

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

 span { border-color: rgb(148,145,66); }

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