#948D51

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

Shades of Highball #948D51

Tints of Highball #948D51

Color information

#948D51 (or 0x948D51) is unknown color: approx Highball. HEX triplet: 94, 8D and 51. RGB value is (148,141,81). Sum of RGB (Red+Green+Blue) = 148+141+81=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #948D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D51 is #6B72AE. Grayscale: #888888. Windows color (decimal): -7041711 or 5344660. OLE color: 5344660.

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

Color convert

RGB14814181-
CMYK00.050.450.42
HSL53.73º29.26%44.9%-
HSV(B)53.73º45.27%58.04%-
XYZ23.2225.9411.57-
YUV136.2596.82136.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=40%
G=38.11%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481418100.050.450.4253.7329.2644.9
Hex948D51052D2A361d2d
Octal224215121055552663555
Binary10010100100011011010001010110110110101011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,141,81); }

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

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

 a { background-color: rgb(148,141,81); }

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

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

 span { border-color: rgb(148,141,81); }

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