#927C22

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

Shades of Lemon Ginger #927C22

Tints of Lemon Ginger #927C22

Color information

#927C22 (or 0x927C22) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7C and 22. RGB value is (146,124,34). Sum of RGB (Red+Green+Blue) = 146+124+34=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #927C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C22 is #6D83DD. Grayscale: #787878. Windows color (decimal): -7177182 or 2260114. OLE color: 2260114.

HSL color Cylindrical-coordinate representation of color #927C22: hue angle of 48.21º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #927C22 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14612434-
CMYK00.150.770.43
HSL48.21º62.22%35.29%-
HSV(B)48.21º76.71%57.25%-
XYZ19.3520.644.48-
YUV120.3279.29146.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 34 (13.67% from 255) = 11.18%
R=48.03%
G=40.79%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461243400.150.770.4348.2162.2235.29
Hex927C220F4D2B303e23
Octal2221744201711553607643
Binary100100101111100100010011111001101101011110000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927C22; }

 p { color: rgb(146,124,34); }

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

<style>
 a { background-color: #927C22; }

 a { background-color: rgb(146,124,34); }

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

<style>
 span { border-color: #927C22; }

 span { border-color: rgb(146,124,34); }

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