#928920

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

Shades of Lemon Ginger #928920

Tints of Lemon Ginger #928920

Color information

#928920 (or 0x928920) is unknown color: approx Lemon Ginger. HEX triplet: 92, 89 and 20. RGB value is (146,137,32). Sum of RGB (Red+Green+Blue) = 146+137+32=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #928920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928920 is #6D76DF. Grayscale: #808080. Windows color (decimal): -7173856 or 2132370. OLE color: 2132370.

HSL color Cylindrical-coordinate representation of color #928920: hue angle of 55.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #928920 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB14613732-
CMYK00.060.780.43
HSL55.26º64.04%34.9%-
HSV(B)55.26º78.08%57.25%-
XYZ21.0624.114.91-
YUV127.7273.98141.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=46.35%
G=43.49%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461373200.060.780.4355.2664.0434.9
Hex928920064E2B374023
Octal2222114006116536710043
Binary1001001010001001100000011010011101010111101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928920; }

 p { color: rgb(146,137,32); }

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

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

 a { background-color: rgb(146,137,32); }

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

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

 span { border-color: rgb(146,137,32); }

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