Shades of Lemon Ginger #928D2D
Tints of Lemon Ginger #928D2D
RGB
CMYK
RGB Variations
Color information
#928D2D (or 0x928D2D) is known color: Lemon Ginger. HEX triplet: 92, 8D and 2D. RGB value is (146,141,45). Sum of RGB (Red+Green+Blue) = 146+141+45=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #928D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928D2D is #6D72D2. Grayscale: #838383. Windows color (decimal): -7172819 or 2985362. OLE color: 2985362.
HSL color Cylindrical-coordinate representation of color #928D2D: hue angle of 57.03º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #928D2D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 45 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.43 |
| HSL | 57.03º | 0.53% | 0.37% | - |
| HSV(B) | 57.03º | 0.69% | 0.57% | - |
| XYZ | 21.85 | 25.35 | 6.22 | - |
| YUV | 131.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 45 | 0 | 0.03 | 0.69 | 0.43 | 57.03 | 0.53 | 0.37 |
| Hex | 92 | 8D | 2D | 0 | 3 | 45 | 2B | 39 | 35 | 25 |
| Octal | 222 | 215 | 55 | 0 | 3 | 105 | 53 | 71 | 65 | 45 |
| Binary | 10010010 | 10001101 | 101101 | 0 | 11 | 1000101 | 101011 | 111001 | 110101 | 100101 |
Color Harmonies of #928D2D
Complementary color
Monochromatic Colors of #928D2D
Black with #928D2D
Text Example
Text Example
White with #928D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D2D; }
p { color: rgb(146,141,45); }
H1.HeaderClassName
{
color: #928D2D;
}
.AnyTagClassName
{
color: #928D2D;
}
</style>
background-color css
<style>
a { background-color: #928D2D; }
a { background-color: rgb(146,141,45); }
div.DivClassName
{
background-color: #928D2D;
}
.BgClassName
{
background-color: #928D2D;
}
</style>
border-color css
<style>
span { border-color: #928D2D; }
span { border-color: rgb(146,141,45); }
td.TdClassName
{
border-color: #928D2D;
}
.TagClassName
{
border-color: #928D2D;
}
</style>