#948A38

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

Shades of Highball #948A38

Tints of Highball #948A38

Color information

#948A38 (or 0x948A38) is unknown color: approx Highball. HEX triplet: 94, 8A and 38. RGB value is (148,138,56). Sum of RGB (Red+Green+Blue) = 148+138+56=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #948A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A38 is #6B75C7. Grayscale: #838383. Windows color (decimal): -7042504 or 3705492. OLE color: 3705492.

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

Color convert

RGB14813856-
CMYK00.070.620.42
HSL53.48º45.1%40%-
HSV(B)53.48º62.16%58.04%-
XYZ22.0224.767.36-
YUV131.6485.31139.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 56 (22.27% from 255) = 16.37%
R=43.27%
G=40.35%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481385600.070.620.4253.4845.140
Hex948A38073E2A352d28
Octal22421270077652655550
Binary10010100100010101110000111111110101010110101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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