#928221

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

Shades of Lemon Ginger #928221

Tints of Lemon Ginger #928221

Color information

#928221 (or 0x928221) is unknown color: approx Lemon Ginger. HEX triplet: 92, 82 and 21. RGB value is (146,130,33). Sum of RGB (Red+Green+Blue) = 146+130+33=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #928221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928221 is #6D7DDE. Grayscale: #7C7C7C. Windows color (decimal): -7175647 or 2196114. OLE color: 2196114.

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

Color convert

RGB14613033-
CMYK00.110.770.43
HSL51.5º63.13%35.1%-
HSV(B)51.5º77.4%57.25%-
XYZ20.1122.194.66-
YUV123.7376.8143.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=47.25%
G=42.07%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461303300.110.770.4351.563.1335.1
Hex9282210B4D2B343f23
Octal2222024101311553647743
Binary1001001010000010100001010111001101101011110100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928221; }

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

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

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

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

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

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

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

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