#948E40

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

Shades of Highball #948E40

Tints of Highball #948E40

Color information

#948E40 (or 0x948E40) is unknown color: approx Highball. HEX triplet: 94, 8E and 40. RGB value is (148,142,64). Sum of RGB (Red+Green+Blue) = 148+142+64=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #948E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E40 is #6B71BF. Grayscale: #878787. Windows color (decimal): -7041472 or 4230804. OLE color: 4230804.

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

Color convert

RGB14814264-
CMYK00.040.570.42
HSL55.71º39.62%41.57%-
HSV(B)55.71º56.76%58.04%-
XYZ22.8126.018.67-
YUV134.987.99137.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 142 (55.86% from 255) = 40.11%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=41.81%
G=40.11%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481426400.040.570.4255.7139.6241.57
Hex948E4004392A38282a
Octal224216100047152705052
Binary100101001000111010000000100111001101010111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,142,64); }

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

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

 a { background-color: rgb(148,142,64); }

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

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

 span { border-color: rgb(148,142,64); }

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