#927D2B

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

Shades of Lemon Ginger #927D2B

Tints of Lemon Ginger #927D2B

Color information

#927D2B (or 0x927D2B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7D and 2B. RGB value is (146,125,43). Sum of RGB (Red+Green+Blue) = 146+125+43=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #927D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D2B is #6D82D4. Grayscale: #7A7A7A. Windows color (decimal): -7176917 or 2850194. OLE color: 2850194.

HSL color Cylindrical-coordinate representation of color #927D2B: hue angle of 47.77º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #927D2B is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14612543-
CMYK00.140.710.43
HSL47.77º54.5%37.06%-
HSV(B)47.77º70.55%57.25%-
XYZ19.6220.955.3-
YUV121.9383.46145.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=46.50%
G=39.81%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461254300.140.710.4347.7754.537.06
Hex927D2B0E472B303625
Octal2221755301610753606645
Binary100100101111101101011011101000111101011110000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,43); }

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

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

 a { background-color: rgb(146,125,43); }

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

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

 span { border-color: rgb(146,125,43); }

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