#928331

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

Shades of Lemon Ginger #928331

Tints of Lemon Ginger #928331

Color information

#928331 (or 0x928331) is unknown color: approx Lemon Ginger. HEX triplet: 92, 83 and 31. RGB value is (146,131,49). Sum of RGB (Red+Green+Blue) = 146+131+49=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #928331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928331 is #6D7CCE. Grayscale: #7E7E7E. Windows color (decimal): -7175375 or 3244946. OLE color: 3244946.

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

Color convert

RGB14613149-
CMYK00.100.660.43
HSL50.72º49.74%38.24%-
HSV(B)50.72º66.44%57.25%-
XYZ20.5222.576.18-
YUV126.1484.47142.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=44.79%
G=40.18%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461314900.100.660.4350.7249.7438.24
Hex9283310A422B333226
Octal2222036101210253636246
Binary1001001010000011110001010101000010101011110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928331; }

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

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

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

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

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

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

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

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