#927C1E

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

Shades of Lemon Ginger #927C1E

Tints of Lemon Ginger #927C1E

Color information

#927C1E (or 0x927C1E) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7C and 1E. RGB value is (146,124,30). Sum of RGB (Red+Green+Blue) = 146+124+30=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #927C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C1E is #6D83E1. Grayscale: #787878. Windows color (decimal): -7177186 or 1997970. OLE color: 1997970.

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

Color convert

RGB14612430-
CMYK00.150.790.43
HSL48.62º65.91%34.51%-
HSV(B)48.62º79.45%57.25%-
XYZ19.320.624.19-
YUV119.8677.29146.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 124 (48.83% from 255) = 41.33%
BLUE value IS 30 (12.11% from 255) = 10%
R=48.67%
G=41.33%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461243000.150.790.4348.6265.9134.51
Hex927C1E0F4F2B314223
Octal22217436017117536110243
Binary100100101111100111100111110011111010111100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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