#949C42

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

Shades of Highball #949C42

Tints of Highball #949C42

Color information

#949C42 (or 0x949C42) is unknown color: approx Highball. HEX triplet: 94, 9C and 42. RGB value is (148,156,66). Sum of RGB (Red+Green+Blue) = 148+156+66=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #949C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C42 is #6B63BD. Grayscale: #8F8F8F. Windows color (decimal): -7037886 or 4365460. OLE color: 4365460.

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

Color convert

RGB14815666-
CMYK0.0500.580.39
HSL65.33º40.54%43.53%-
HSV(B)65.33º57.69%61.18%-
XYZ25.0830.479.71-
YUV143.3584.35131.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=40%
G=42.16%
B=17.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156660.0500.580.3965.3340.5443.53
Hex949C42503A2741292c
Octal2242341025072471015154
Binary1001010010011100100001010101110101001111000001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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