#949746

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

Shades of Highball #949746

Tints of Highball #949746

Color information

#949746 (or 0x949746) is unknown color: approx Highball. HEX triplet: 94, 97 and 46. RGB value is (148,151,70). Sum of RGB (Red+Green+Blue) = 148+151+70=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #949746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949746 is #6B68B9. Grayscale: #8D8D8D. Windows color (decimal): -7039162 or 4626324. OLE color: 4626324.

HSL color Cylindrical-coordinate representation of color #949746: hue angle of 62.22º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #949746 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB14815170-
CMYK0.0200.540.41
HSL62.22º36.65%43.33%-
HSV(B)62.22º53.64%59.22%-
XYZ24.3828.8710.08-
YUV140.8788.01133.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=40.11%
G=40.92%
B=18.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148151700.0200.540.4162.2236.6543.33
Hex9497462036293e252b
Octal224227106206651764553
Binary10010100100101111000110100110110101001111110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949746; }

 p { color: rgb(148,151,70); }

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

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

 a { background-color: rgb(148,151,70); }

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

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

 span { border-color: rgb(148,151,70); }

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