#949C3C

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

Shades of Highball #949C3C

Tints of Highball #949C3C

Color information

#949C3C (or 0x949C3C) is unknown color: approx Highball. HEX triplet: 94, 9C and 3C. RGB value is (148,156,60). Sum of RGB (Red+Green+Blue) = 148+156+60=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #949C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C3C is #6B63C3. Grayscale: #8F8F8F. Windows color (decimal): -7037892 or 3972244. OLE color: 3972244.

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

Color convert

RGB14815660-
CMYK0.0500.620.39
HSL65º44.44%42.35%-
HSV(B)65º61.54%61.18%-
XYZ24.9230.48.83-
YUV142.6681.35131.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 60 (23.83% from 255) = 16.48%
R=40.66%
G=42.86%
B=16.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156600.0500.620.396544.4442.35
Hex949C3C503E27412c2a
Octal224234745076471015452
Binary100101001001110011110010101111101001111000001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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