#948933

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

Shades of Highball #948933

Tints of Highball #948933

Color information

#948933 (or 0x948933) is unknown color: approx Highball. HEX triplet: 94, 89 and 33. RGB value is (148,137,51). Sum of RGB (Red+Green+Blue) = 148+137+51=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #948933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948933 is #6B76CC. Grayscale: #828282. Windows color (decimal): -7042765 or 3377556. OLE color: 3377556.

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

Color convert

RGB14813751-
CMYK00.070.660.42
HSL53.2º48.74%39.02%-
HSV(B)53.2º65.54%58.04%-
XYZ21.7624.436.7-
YUV130.4883.14140.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=44.05%
G=40.77%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481375100.070.660.4253.248.7439.02
Hex94893307422A353127
Octal224211630710252656147
Binary100101001000100111001101111000010101010110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948933; }

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

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

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

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

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

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

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

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