#948A33

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

Shades of Highball #948A33

Tints of Highball #948A33

Color information

#948A33 (or 0x948A33) is unknown color: approx Highball. HEX triplet: 94, 8A and 33. RGB value is (148,138,51). Sum of RGB (Red+Green+Blue) = 148+138+51=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #948A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A33 is #6B75CC. Grayscale: #838383. Windows color (decimal): -7042509 or 3377812. OLE color: 3377812.

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

Color convert

RGB14813851-
CMYK00.070.660.42
HSL53.81º48.74%39.02%-
HSV(B)53.81º65.54%58.04%-
XYZ21.924.716.75-
YUV131.0782.81140.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 51 (20.31% from 255) = 15.13%
R=43.92%
G=40.95%
B=15.13%

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
Decimal1481385100.070.660.4253.8148.7439.02
Hex948A3307422A363127
Octal224212630710252666147
Binary100101001000101011001101111000010101010110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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