#948B33

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

Shades of Highball #948B33

Tints of Highball #948B33

Color information

#948B33 (or 0x948B33) is unknown color: approx Highball. HEX triplet: 94, 8B and 33. RGB value is (148,139,51). Sum of RGB (Red+Green+Blue) = 148+139+51=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #948B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B33 is #6B74CC. Grayscale: #848484. Windows color (decimal): -7042253 or 3378068. OLE color: 3378068.

HSL color Cylindrical-coordinate representation of color #948B33: hue angle of 54.43º 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 #948B33 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14813951-
CMYK00.060.660.42
HSL54.43º48.74%39.02%-
HSV(B)54.43º65.54%58.04%-
XYZ22.04256.8-
YUV131.6682.48139.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 139 (54.69% from 255) = 41.12%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=43.79%
G=41.12%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481395100.060.660.4254.4348.7439.02
Hex948B3306422A363127
Octal224213630610252666147
Binary100101001000101111001101101000010101010110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,139,51); }

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

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

 a { background-color: rgb(148,139,51); }

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

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

 span { border-color: rgb(148,139,51); }

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