#927C25

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

Shades of Lemon Ginger #927C25

Tints of Lemon Ginger #927C25

Color information

#927C25 (or 0x927C25) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7C and 25. RGB value is (146,124,37). Sum of RGB (Red+Green+Blue) = 146+124+37=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #927C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C25 is #6D83DA. Grayscale: #797979. Windows color (decimal): -7177179 or 2456722. OLE color: 2456722.

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

Color convert

RGB14612437-
CMYK00.150.750.43
HSL47.89º59.56%35.88%-
HSV(B)47.89º74.66%57.25%-
XYZ19.420.664.72-
YUV120.6680.79146.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 37 (14.84% from 255) = 12.05%
R=47.56%
G=40.39%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461243700.150.750.4347.8959.5635.88
Hex927C250F4B2B303c24
Octal2221744501711353607444
Binary100100101111100100101011111001011101011110000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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