#949c40

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

Shades of Highball #949C40

Tints of Highball #949C40

Color information

#949C40 (or 0x949C40) is unknown color: approx Highball. HEX triplet: 94, 9C and 40. RGB value is (148,156,64). Sum of RGB (Red+Green+Blue) = 148+156+64=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #949C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C40 is #6B63BF. Grayscale: #8F8F8F. Windows color (decimal): -7037888 or 4234388. OLE color: 4234388.

HSL color Cylindrical-coordinate representation of color #949C40: hue angle of 65.22º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #949C40 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB14815664-
CMYK0.0500.590.39
HSL65.22º41.82%43.14%-
HSV(B)65.22º58.97%61.18%-
XYZ25.0330.449.41-
YUV143.1283.35131.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=40.22%
G=42.39%
B=17.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156640.0500.590.3965.2241.8243.14
Hex949C40503B27412a2b
Octal2242341005073471015253
Binary1001010010011100100000010101110111001111000001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949c40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949c40; }

 p { color: rgb(148,156,64); }

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

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

 a { background-color: rgb(148,156,64); }

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

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

 span { border-color: rgb(148,156,64); }

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