#928226

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

Shades of Lemon Ginger #928226

Tints of Lemon Ginger #928226

Color information

#928226 (or 0x928226) is unknown color: approx Lemon Ginger. HEX triplet: 92, 82 and 26. RGB value is (146,130,38). Sum of RGB (Red+Green+Blue) = 146+130+38=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #928226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928226 is #6D7DD9. Grayscale: #7C7C7C. Windows color (decimal): -7175642 or 2523794. OLE color: 2523794.

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

Color convert

RGB14613038-
CMYK00.110.740.43
HSL51.11º58.7%36.08%-
HSV(B)51.11º73.97%57.25%-
XYZ20.1922.225.06-
YUV124.379.3143.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=46.50%
G=41.40%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461303800.110.740.4351.1158.736.08
Hex9282260B4A2B333b24
Octal2222024601311253637344
Binary1001001010000010100110010111001010101011110011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928226; }

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

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

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

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

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

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

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

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