Shades of Lemon Ginger #928513
Tints of Lemon Ginger #928513
RGB
CMYK
RGB Variations
Color information
#928513 (or 0x928513) is known color: Lemon Ginger. HEX triplet: 92, 85 and 13. RGB value is (146,133,19). Sum of RGB (Red+Green+Blue) = 146+133+19=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #928513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928513 is #6D7AEC. Grayscale: #7C7C7C. Windows color (decimal): -7174893 or 1279378. OLE color: 1279378.
HSL color Cylindrical-coordinate representation of color #928513: hue angle of 53.86º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #928513 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 19 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.43 |
| HSL | 53.86º | 0.77% | 0.32% | - |
| HSV(B) | 53.86º | 0.87% | 0.57% | - |
| XYZ | 20.36 | 22.93 | 3.97 | - |
| YUV | 123.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 19 | 0 | 0.09 | 0.87 | 0.43 | 53.86 | 0.77 | 0.32 |
| Hex | 92 | 85 | 13 | 0 | 9 | 57 | 2B | 36 | 4D | 20 |
| Octal | 222 | 205 | 23 | 0 | 11 | 127 | 53 | 66 | 115 | 40 |
| Binary | 10010010 | 10000101 | 10011 | 0 | 1001 | 1010111 | 101011 | 110110 | 1001101 | 100000 |
Color Harmonies of #928513
Complementary color
Monochromatic Colors of #928513
Black with #928513
Text Example
Text Example
White with #928513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928513; }
p { color: rgb(146,133,19); }
H1.HeaderClassName
{
color: #928513;
}
.AnyTagClassName
{
color: #928513;
}
</style>
background-color css
<style>
a { background-color: #928513; }
a { background-color: rgb(146,133,19); }
div.DivClassName
{
background-color: #928513;
}
.BgClassName
{
background-color: #928513;
}
</style>
border-color css
<style>
span { border-color: #928513; }
span { border-color: rgb(146,133,19); }
td.TdClassName
{
border-color: #928513;
}
.TagClassName
{
border-color: #928513;
}
</style>