#928624

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

Shades of Lemon Ginger #928624

Tints of Lemon Ginger #928624

Color information

#928624 (or 0x928624) is unknown color: approx Lemon Ginger. HEX triplet: 92, 86 and 24. RGB value is (146,134,36). Sum of RGB (Red+Green+Blue) = 146+134+36=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #928624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928624 is #6D79DB. Grayscale: #7E7E7E. Windows color (decimal): -7174620 or 2393746. OLE color: 2393746.

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

Color convert

RGB14613436-
CMYK00.080.750.43
HSL53.45º60.44%35.69%-
HSV(B)53.45º75.34%57.25%-
XYZ20.723.295.07-
YUV126.4276.98141.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=46.20%
G=42.41%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461343600.080.750.4353.4560.4435.69
Hex928624084B2B353c24
Octal2222064401011353657444
Binary1001001010000110100100010001001011101011110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928624; }

 p { color: rgb(146,134,36); }

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

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

 a { background-color: rgb(146,134,36); }

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

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

 span { border-color: rgb(146,134,36); }

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