Shades of Lemon Ginger #928721
Tints of Lemon Ginger #928721
RGB
CMYK
RGB Variations
Color information
#928721 (or 0x928721) is known color: Lemon Ginger. HEX triplet: 92, 87 and 21. RGB value is (146,135,33). Sum of RGB (Red+Green+Blue) = 146+135+33=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #928721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928721 is #6D78DE. Grayscale: #7F7F7F. Windows color (decimal): -7174367 or 2197394. OLE color: 2197394.
HSL color Cylindrical-coordinate representation of color #928721: hue angle of 54.16º 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 #928721 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 33 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.43 |
| HSL | 54.16º | 0.63% | 0.35% | - |
| HSV(B) | 54.16º | 0.77% | 0.57% | - |
| XYZ | 20.79 | 23.55 | 4.89 | - |
| YUV | 126.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 33 | 0 | 0.08 | 0.77 | 0.43 | 54.16 | 0.63 | 0.35 |
| Hex | 92 | 87 | 21 | 0 | 8 | 4D | 2B | 36 | 3F | 23 |
| Octal | 222 | 207 | 41 | 0 | 10 | 115 | 53 | 66 | 77 | 43 |
| Binary | 10010010 | 10000111 | 100001 | 0 | 1000 | 1001101 | 101011 | 110110 | 111111 | 100011 |
Color Harmonies of #928721
Complementary color
Monochromatic Colors of #928721
Black with #928721
Text Example
Text Example
White with #928721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928721; }
p { color: rgb(146,135,33); }
H1.HeaderClassName
{
color: #928721;
}
.AnyTagClassName
{
color: #928721;
}
</style>
background-color css
<style>
a { background-color: #928721; }
a { background-color: rgb(146,135,33); }
div.DivClassName
{
background-color: #928721;
}
.BgClassName
{
background-color: #928721;
}
</style>
border-color css
<style>
span { border-color: #928721; }
span { border-color: rgb(146,135,33); }
td.TdClassName
{
border-color: #928721;
}
.TagClassName
{
border-color: #928721;
}
</style>