Shades of Lemon Ginger #928C21
Tints of Lemon Ginger #928C21
RGB
CMYK
RGB Variations
Color information
#928C21 (or 0x928C21) is known color: Lemon Ginger. HEX triplet: 92, 8C and 21. RGB value is (146,140,33). Sum of RGB (Red+Green+Blue) = 146+140+33=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #928C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C21 is #6D73DE. Grayscale: #828282. Windows color (decimal): -7173087 or 2198674. OLE color: 2198674.
HSL color Cylindrical-coordinate representation of color #928C21: hue angle of 56.81º 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 #928C21 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 33 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.43 |
| HSL | 56.81º | 0.63% | 0.35% | - |
| HSV(B) | 56.81º | 0.77% | 0.57% | - |
| XYZ | 21.51 | 24.98 | 5.13 | - |
| YUV | 129.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 33 | 0 | 0.04 | 0.77 | 0.43 | 56.81 | 0.63 | 0.35 |
| Hex | 92 | 8C | 21 | 0 | 4 | 4D | 2B | 39 | 3F | 23 |
| Octal | 222 | 214 | 41 | 0 | 4 | 115 | 53 | 71 | 77 | 43 |
| Binary | 10010010 | 10001100 | 100001 | 0 | 100 | 1001101 | 101011 | 111001 | 111111 | 100011 |
Color Harmonies of #928C21
Complementary color
Monochromatic Colors of #928C21
Black with #928C21
Text Example
Text Example
White with #928C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C21; }
p { color: rgb(146,140,33); }
H1.HeaderClassName
{
color: #928C21;
}
.AnyTagClassName
{
color: #928C21;
}
</style>
background-color css
<style>
a { background-color: #928C21; }
a { background-color: rgb(146,140,33); }
div.DivClassName
{
background-color: #928C21;
}
.BgClassName
{
background-color: #928C21;
}
</style>
border-color css
<style>
span { border-color: #928C21; }
span { border-color: rgb(146,140,33); }
td.TdClassName
{
border-color: #928C21;
}
.TagClassName
{
border-color: #928C21;
}
</style>