#948C31

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

Shades of Highball #948C31

Tints of Highball #948C31

Color information

#948C31 (or 0x948C31) is unknown color: approx Highball. HEX triplet: 94, 8C and 31. RGB value is (148,140,49). Sum of RGB (Red+Green+Blue) = 148+140+49=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #948C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C31 is #6B73CE. Grayscale: #848484. Windows color (decimal): -7041999 or 3247252. OLE color: 3247252.

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

Color convert

RGB14814049-
CMYK00.050.670.42
HSL55.15º50.25%38.63%-
HSV(B)55.15º66.89%58.04%-
XYZ22.1525.276.62-
YUV132.0281.15139.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 140 (55.08% from 255) = 41.54%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=43.92%
G=41.54%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481404900.050.670.4255.1550.2538.63
Hex948C3105432A373227
Octal224214610510352676247
Binary100101001000110011000101011000011101010110111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,49); }

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

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

 a { background-color: rgb(148,140,49); }

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

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

 span { border-color: rgb(148,140,49); }

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