#928232

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

Shades of Lemon Ginger #928232

Tints of Lemon Ginger #928232

Color information

#928232 (or 0x928232) is unknown color: approx Lemon Ginger. HEX triplet: 92, 82 and 32. RGB value is (146,130,50). Sum of RGB (Red+Green+Blue) = 146+130+50=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #928232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928232 is #6D7DCD. Grayscale: #7E7E7E. Windows color (decimal): -7175630 or 3310226. OLE color: 3310226.

HSL color Cylindrical-coordinate representation of color #928232: hue angle of 50º degrees, saturation: 0.49, 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 #928232 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14613050-
CMYK00.110.660.43
HSL50º48.98%38.43%-
HSV(B)50º65.75%57.25%-
XYZ20.4122.316.25-
YUV125.6685.3142.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=44.79%
G=39.88%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461305000.110.660.435048.9838.43
Hex9282320B422B323126
Octal2222026201310253626146
Binary1001001010000010110010010111000010101011110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928232; }

 p { color: rgb(146,130,50); }

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

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

 a { background-color: rgb(146,130,50); }

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

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

 span { border-color: rgb(146,130,50); }

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