#948A34

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

Shades of Highball #948A34

Tints of Highball #948A34

Color information

#948A34 (or 0x948A34) is unknown color: approx Highball. HEX triplet: 94, 8A and 34. RGB value is (148,138,52). Sum of RGB (Red+Green+Blue) = 148+138+52=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #948A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A34 is #6B75CB. Grayscale: #838383. Windows color (decimal): -7042508 or 3443348. OLE color: 3443348.

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

Color convert

RGB14813852-
CMYK00.070.650.42
HSL53.75º48%39.22%-
HSV(B)53.75º64.86%58.04%-
XYZ21.9224.726.87-
YUV131.1983.31139.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 52 (20.70% from 255) = 15.38%
R=43.79%
G=40.83%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481385200.070.650.4253.754839.22
Hex948A3407412A363027
Octal224212640710152666047
Binary100101001000101011010001111000001101010110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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