Shades of Lemon Ginger #928D21
Tints of Lemon Ginger #928D21
RGB
CMYK
RGB Variations
Color information
#928D21 (or 0x928D21) is known color: Lemon Ginger. HEX triplet: 92, 8D and 21. RGB value is (146,141,33). Sum of RGB (Red+Green+Blue) = 146+141+33=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #928D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928D21 is #6D72DE. Grayscale: #828282. Windows color (decimal): -7172831 or 2198930. OLE color: 2198930.
HSL color Cylindrical-coordinate representation of color #928D21: hue angle of 57.35º 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 #928D21 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 33 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.43 |
| HSL | 57.35º | 0.63% | 0.35% | - |
| HSV(B) | 57.35º | 0.77% | 0.57% | - |
| XYZ | 21.65 | 25.27 | 5.18 | - |
| YUV | 130.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 33 | 0 | 0.03 | 0.77 | 0.43 | 57.35 | 0.63 | 0.35 |
| Hex | 92 | 8D | 21 | 0 | 3 | 4D | 2B | 39 | 3F | 23 |
| Octal | 222 | 215 | 41 | 0 | 3 | 115 | 53 | 71 | 77 | 43 |
| Binary | 10010010 | 10001101 | 100001 | 0 | 11 | 1001101 | 101011 | 111001 | 111111 | 100011 |
Color Harmonies of #928D21
Complementary color
Monochromatic Colors of #928D21
Black with #928D21
Text Example
Text Example
White with #928D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D21; }
p { color: rgb(146,141,33); }
H1.HeaderClassName
{
color: #928D21;
}
.AnyTagClassName
{
color: #928D21;
}
</style>
background-color css
<style>
a { background-color: #928D21; }
a { background-color: rgb(146,141,33); }
div.DivClassName
{
background-color: #928D21;
}
.BgClassName
{
background-color: #928D21;
}
</style>
border-color css
<style>
span { border-color: #928D21; }
span { border-color: rgb(146,141,33); }
td.TdClassName
{
border-color: #928D21;
}
.TagClassName
{
border-color: #928D21;
}
</style>