#948948

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

Shades of Highball #948948

Tints of Highball #948948

Color information

#948948 (or 0x948948) is unknown color: approx Highball. HEX triplet: 94, 89 and 48. RGB value is (148,137,72). Sum of RGB (Red+Green+Blue) = 148+137+72=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #948948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948948 is #6B76B7. Grayscale: #858585. Windows color (decimal): -7042744 or 4753812. OLE color: 4753812.

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

Color convert

RGB14813772-
CMYK00.070.510.42
HSL51.32º34.55%43.14%-
HSV(B)51.32º51.35%58.04%-
XYZ22.3324.669.71-
YUV132.8893.64138.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=41.46%
G=38.38%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481377200.070.510.4251.3234.5543.14
Hex94894807332A33232b
Octal224211110076352634353
Binary100101001000100110010000111110011101010110011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948948; }

 p { color: rgb(148,137,72); }

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

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

 a { background-color: rgb(148,137,72); }

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

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

 span { border-color: rgb(148,137,72); }

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