#928D1D

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

Shades of Lemon Ginger #928D1D

Tints of Lemon Ginger #928D1D

Color information

#928D1D (or 0x928D1D) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8D and 1D. RGB value is (146,141,29). Sum of RGB (Red+Green+Blue) = 146+141+29=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #928D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928D1D is #6D72E2. Grayscale: #828282. Windows color (decimal): -7172835 or 1936786. OLE color: 1936786.

HSL color Cylindrical-coordinate representation of color #928D1D: hue angle of 57.44º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #928D1D is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB14614129-
CMYK00.030.800.43
HSL57.44º66.86%34.31%-
HSV(B)57.44º80.14%57.25%-
XYZ21.625.254.9-
YUV129.7371.16139.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 141 (55.47% from 255) = 44.62%
BLUE value IS 29 (11.72% from 255) = 9.18%
R=46.20%
G=44.62%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461412900.030.800.4357.4466.8634.31
Hex928D1D03502B394322
Octal2222153503120537110342
Binary10010010100011011110101110100001010111110011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,141,29); }

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

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

 a { background-color: rgb(146,141,29); }

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

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

 span { border-color: rgb(146,141,29); }

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