#928328

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

Shades of Lemon Ginger #928328

Tints of Lemon Ginger #928328

Color information

#928328 (or 0x928328) is unknown color: approx Lemon Ginger. HEX triplet: 92, 83 and 28. RGB value is (146,131,40). Sum of RGB (Red+Green+Blue) = 146+131+40=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #928328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928328 is #6D7CD7. Grayscale: #7D7D7D. Windows color (decimal): -7175384 or 2655122. OLE color: 2655122.

HSL color Cylindrical-coordinate representation of color #928328: hue angle of 51.51º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #928328 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB14613140-
CMYK00.100.730.43
HSL51.51º56.99%36.47%-
HSV(B)51.51º72.6%57.25%-
XYZ20.3522.55.28-
YUV125.1179.97142.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 40 (16.02% from 255) = 12.62%
R=46.06%
G=41.32%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461314000.100.730.4351.5156.9936.47
Hex9283280A492B343924
Octal2222035001211153647144
Binary1001001010000011101000010101001001101011110100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928328; }

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

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

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

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

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

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

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

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