#928220

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

Shades of Lemon Ginger #928220

Tints of Lemon Ginger #928220

Color information

#928220 (or 0x928220) is unknown color: approx Lemon Ginger. HEX triplet: 92, 82 and 20. RGB value is (146,130,32). Sum of RGB (Red+Green+Blue) = 146+130+32=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #928220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928220 is #6D7DDF. Grayscale: #7C7C7C. Windows color (decimal): -7175648 or 2130578. OLE color: 2130578.

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

Color convert

RGB14613032-
CMYK00.110.780.43
HSL51.58º64.04%34.9%-
HSV(B)51.58º78.08%57.25%-
XYZ20.122.184.59-
YUV123.6176.3143.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=47.40%
G=42.21%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461303200.110.780.4351.5864.0434.9
Hex9282200B4E2B344023
Octal22220240013116536410043
Binary10010010100000101000000101110011101010111101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928220; }

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

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

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

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

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

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

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

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