#928B2C

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

Shades of Lemon Ginger #928B2C

Tints of Lemon Ginger #928B2C

Color information

#928B2C (or 0x928B2C) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8B and 2C. RGB value is (146,139,44). Sum of RGB (Red+Green+Blue) = 146+139+44=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #928B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928B2C is #6D74D3. Grayscale: #828282. Windows color (decimal): -7173332 or 2919314. OLE color: 2919314.

HSL color Cylindrical-coordinate representation of color #928B2C: hue angle of 55.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #928B2C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB14613944-
CMYK00.050.700.43
HSL55.88º53.68%37.25%-
HSV(B)55.88º69.86%57.25%-
XYZ21.5424.766.03-
YUV130.2679.32139.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 139 (54.69% from 255) = 42.25%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=44.38%
G=42.25%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461394400.050.700.4355.8853.6837.25
Hex928B2C05462B383625
Octal222213540510653706645
Binary100100101000101110110001011000110101011111000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928B2C; }

 p { color: rgb(146,139,44); }

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

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

 a { background-color: rgb(146,139,44); }

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

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

 span { border-color: rgb(146,139,44); }

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