#927E31

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

Shades of Lemon Ginger #927E31

Tints of Lemon Ginger #927E31

Color information

#927E31 (or 0x927E31) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7E and 31. RGB value is (146,126,49). Sum of RGB (Red+Green+Blue) = 146+126+49=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #927E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927E31 is #6D81CE. Grayscale: #7B7B7B. Windows color (decimal): -7176655 or 3243666. OLE color: 3243666.

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

Color convert

RGB14612649-
CMYK00.140.660.43
HSL47.63º49.74%38.24%-
HSV(B)47.63º66.44%57.25%-
XYZ19.8721.255.96-
YUV123.286.13144.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=45.48%
G=39.25%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461264900.140.660.4347.6349.7438.24
Hex927E310E422B303226
Octal2221766101610253606246
Binary100100101111110110001011101000010101011110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,126,49); }

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

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

 a { background-color: rgb(146,126,49); }

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

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

 span { border-color: rgb(146,126,49); }

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