#948D50

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

Shades of Highball #948D50

Tints of Highball #948D50

Color information

#948D50 (or 0x948D50) is unknown color: approx Highball. HEX triplet: 94, 8D and 50. RGB value is (148,141,80). Sum of RGB (Red+Green+Blue) = 148+141+80=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #948D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D50 is #6B72AF. Grayscale: #888888. Windows color (decimal): -7041712 or 5279124. OLE color: 5279124.

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

Color convert

RGB14814180-
CMYK00.050.460.42
HSL53.82º29.82%44.71%-
HSV(B)53.82º45.95%58.04%-
XYZ23.1925.9211.37-
YUV136.1496.32136.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=40.11%
G=38.21%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481418000.050.460.4253.8229.8244.71
Hex948D50052E2A361e2d
Octal224215120055652663655
Binary10010100100011011010000010110111010101011011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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