#928531

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

Shades of Lemon Ginger #928531

Tints of Lemon Ginger #928531

Color information

#928531 (or 0x928531) is unknown color: approx Lemon Ginger. HEX triplet: 92, 85 and 31. RGB value is (146,133,49). Sum of RGB (Red+Green+Blue) = 146+133+49=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #928531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928531 is #6D7ACE. Grayscale: #7F7F7F. Windows color (decimal): -7174863 or 3245458. OLE color: 3245458.

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

Color convert

RGB14613349-
CMYK00.090.660.43
HSL51.96º49.74%38.24%-
HSV(B)51.96º66.44%57.25%-
XYZ20.823.116.27-
YUV127.3183.81141.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 49 (19.53% from 255) = 14.94%
R=44.51%
G=40.55%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461334900.090.660.4351.9649.7438.24
Hex92853109422B343226
Octal2222056101110253646246
Binary1001001010000101110001010011000010101011110100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928531; }

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

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

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

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

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

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

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

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