#949944

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

Shades of Highball #949944

Tints of Highball #949944

Color information

#949944 (or 0x949944) is unknown color: approx Highball. HEX triplet: 94, 99 and 44. RGB value is (148,153,68). Sum of RGB (Red+Green+Blue) = 148+153+68=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #949944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949944 is #6B66BB. Grayscale: #8E8E8E. Windows color (decimal): -7038652 or 4495764. OLE color: 4495764.

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

Color convert

RGB14815368-
CMYK0.0300.560.4
HSL63.53º38.46%43.33%-
HSV(B)63.53º55.56%60%-
XYZ24.6529.59.86-
YUV141.8286.34132.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=40.11%
G=41.46%
B=18.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153680.0300.560.463.5338.4643.33
Hex94994430382840262b
Octal2242311043070501004653
Binary100101001001100110001001101110001010001000000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949944; }

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

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

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

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

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

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

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

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