#948a36

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

Shades of Highball #948A36

Tints of Highball #948A36

Color information

#948A36 (or 0x948A36) is unknown color: approx Highball. HEX triplet: 94, 8A and 36. RGB value is (148,138,54). Sum of RGB (Red+Green+Blue) = 148+138+54=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #948A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A36 is #6B75C9. Grayscale: #838383. Windows color (decimal): -7042506 or 3574420. OLE color: 3574420.

HSL color Cylindrical-coordinate representation of color #948A36: hue angle of 53.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #948A36 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14813854-
CMYK00.070.640.42
HSL53.62º46.53%39.61%-
HSV(B)53.62º63.51%58.04%-
XYZ21.9724.747.11-
YUV131.4184.31139.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 54 (21.48% from 255) = 15.88%
R=43.53%
G=40.59%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481385400.070.640.4253.6246.5339.61
Hex948A3607402A362f28
Octal224212660710052665750
Binary100101001000101011011001111000000101010110110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948a36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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