#949939

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

Shades of Highball #949939

Tints of Highball #949939

Color information

#949939 (or 0x949939) is unknown color: approx Highball. HEX triplet: 94, 99 and 39. RGB value is (148,153,57). Sum of RGB (Red+Green+Blue) = 148+153+57=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #949939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949939 is #6B66C6. Grayscale: #8C8C8C. Windows color (decimal): -7038663 or 3774868. OLE color: 3774868.

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

Color convert

RGB14815357-
CMYK0.0300.630.4
HSL63.12º45.71%41.18%-
HSV(B)63.12º62.75%60%-
XYZ24.3429.378.26-
YUV140.5680.84133.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 57 (22.66% from 255) = 15.92%
R=41.34%
G=42.74%
B=15.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153570.0300.630.463.1245.7141.18
Hex949939303F283f2e29
Octal22423171307750775651
Binary1001010010011001111001110111111101000111111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949939; }

 p { color: rgb(148,153,57); }

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

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

 a { background-color: rgb(148,153,57); }

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

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

 span { border-color: rgb(148,153,57); }

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