#948A40

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

Shades of Highball #948A40

Tints of Highball #948A40

Color information

#948A40 (or 0x948A40) is unknown color: approx Highball. HEX triplet: 94, 8A and 40. RGB value is (148,138,64). Sum of RGB (Red+Green+Blue) = 148+138+64=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #948A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A40 is #6B75BF. Grayscale: #848484. Windows color (decimal): -7042496 or 4229780. OLE color: 4229780.

HSL color Cylindrical-coordinate representation of color #948A40: hue angle of 52.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #948A40 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14813864-
CMYK00.070.570.42
HSL52.86º39.62%41.57%-
HSV(B)52.86º56.76%58.04%-
XYZ22.2324.848.47-
YUV132.5589.31139.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=42.29%
G=39.43%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481386400.070.570.4252.8639.6241.57
Hex948A4007392A35282a
Octal224212100077152655052
Binary100101001000101010000000111111001101010110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A40; }

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

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

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

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

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

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

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

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