#949C4A

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

Shades of Highball #949C4A

Tints of Highball #949C4A

Color information

#949C4A (or 0x949C4A) is unknown color: approx Highball. HEX triplet: 94, 9C and 4A. RGB value is (148,156,74). Sum of RGB (Red+Green+Blue) = 148+156+74=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #949C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C4A is #6B63B5. Grayscale: #909090. Windows color (decimal): -7037878 or 4889748. OLE color: 4889748.

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

Color convert

RGB14815674-
CMYK0.0500.530.39
HSL65.85º35.65%45.1%-
HSV(B)65.85º52.56%61.18%-
XYZ25.3430.5711.04-
YUV144.2688.35130.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=39.15%
G=41.27%
B=19.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156740.0500.530.3965.8535.6545.1
Hex949C4A50352742242d
Octal2242341125065471024455
Binary1001010010011100100101010101101011001111000010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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