#947E22

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

Shades of Lemon Ginger #947E22

Tints of Lemon Ginger #947E22

Color information

#947E22 (or 0x947E22) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7E and 22. RGB value is (148,126,34). Sum of RGB (Red+Green+Blue) = 148+126+34=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #947E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E22 is #6B81DD. Grayscale: #7A7A7A. Windows color (decimal): -7045598 or 2260628. OLE color: 2260628.

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

Color convert

RGB14812634-
CMYK00.150.770.42
HSL48.42º62.64%35.69%-
HSV(B)48.42º77.03%58.04%-
XYZ19.9621.334.58-
YUV122.0978.29146.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 34 (13.67% from 255) = 11.04%
R=48.05%
G=40.91%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481263400.150.770.4248.4262.6435.69
Hex947E220F4D2A303f24
Octal2241764201711552607744
Binary100101001111110100010011111001101101010110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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