#948A32

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

Shades of Highball #948A32

Tints of Highball #948A32

Color information

#948A32 (or 0x948A32) is unknown color: approx Highball. HEX triplet: 94, 8A and 32. RGB value is (148,138,50). Sum of RGB (Red+Green+Blue) = 148+138+50=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #948A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A32 is #6B75CD. Grayscale: #838383. Windows color (decimal): -7042510 or 3312276. OLE color: 3312276.

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

Color convert

RGB14813850-
CMYK00.070.660.42
HSL53.88º49.49%38.82%-
HSV(B)53.88º66.22%58.04%-
XYZ21.8824.76.63-
YUV130.9682.31140.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=44.05%
G=41.07%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481385000.070.660.4253.8849.4938.82
Hex948A3207422A363127
Octal224212620710252666147
Binary100101001000101011001001111000010101010110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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