#947E31

Color #947E31 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #947E31

Tints of Lemon Ginger #947E31

Color information

#947E31 (or 0x947E31) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7E and 31. RGB value is (148,126,49). Sum of RGB (Red+Green+Blue) = 148+126+49=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #947E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E31 is #6B81CE. Grayscale: #7C7C7C. Windows color (decimal): -7045583 or 3243668. OLE color: 3243668.

HSL color Cylindrical-coordinate representation of color #947E31: hue angle of 46.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #947E31 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14812649-
CMYK00.150.670.42
HSL46.67º50.25%38.63%-
HSV(B)46.67º66.89%58.04%-
XYZ20.2321.445.98-
YUV123.885.79145.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=45.82%
G=39.01%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481264900.150.670.4246.6750.2538.63
Hex947E310F432A2f3227
Octal2241766101710352576247
Binary100101001111110110001011111000011101010101111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E31; }

 p { color: rgb(148,126,49); }

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

<style>
 a { background-color: #947E31; }

 a { background-color: rgb(148,126,49); }

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

<style>
 span { border-color: #947E31; }

 span { border-color: rgb(148,126,49); }

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