#928032

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

Shades of Lemon Ginger #928032

Tints of Lemon Ginger #928032

Color information

#928032 (or 0x928032) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 32. RGB value is (146,128,50). Sum of RGB (Red+Green+Blue) = 146+128+50=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #928032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928032 is #6D7FCD. Grayscale: #7C7C7C. Windows color (decimal): -7176142 or 3309714. OLE color: 3309714.

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

Color convert

RGB14612850-
CMYK00.120.660.43
HSL48.75º48.98%38.43%-
HSV(B)48.75º65.75%57.25%-
XYZ20.1521.786.16-
YUV124.4985.96143.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=45.06%
G=39.51%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461285000.120.660.4348.7548.9838.43
Hex9280320C422B313126
Octal2222006201410253616146
Binary1001001010000000110010011001000010101011110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928032; }

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

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

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

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

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

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

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

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