Shades of Lemon Ginger #928412
Tints of Lemon Ginger #928412
RGB
CMYK
RGB Variations
Color information
#928412 (or 0x928412) is known color: Lemon Ginger. HEX triplet: 92, 84 and 12. RGB value is (146,132,18). Sum of RGB (Red+Green+Blue) = 146+132+18=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #928412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928412 is #6D7BED. Grayscale: #7B7B7B. Windows color (decimal): -7175150 or 1213586. OLE color: 1213586.
HSL color Cylindrical-coordinate representation of color #928412: hue angle of 53.44º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #928412 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 18 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.43 |
| HSL | 53.44º | 0.78% | 0.32% | - |
| HSV(B) | 53.44º | 0.88% | 0.57% | - |
| XYZ | 20.21 | 22.66 | 3.88 | - |
| YUV | 123.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 18 | 0 | 0.10 | 0.88 | 0.43 | 53.44 | 0.78 | 0.32 |
| Hex | 92 | 84 | 12 | 0 | A | 58 | 2B | 35 | 4E | 20 |
| Octal | 222 | 204 | 22 | 0 | 12 | 130 | 53 | 65 | 116 | 40 |
| Binary | 10010010 | 10000100 | 10010 | 0 | 1010 | 1011000 | 101011 | 110101 | 1001110 | 100000 |
Color Harmonies of #928412
Complementary color
Monochromatic Colors of #928412
Black with #928412
Text Example
Text Example
White with #928412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928412; }
p { color: rgb(146,132,18); }
H1.HeaderClassName
{
color: #928412;
}
.AnyTagClassName
{
color: #928412;
}
</style>
background-color css
<style>
a { background-color: #928412; }
a { background-color: rgb(146,132,18); }
div.DivClassName
{
background-color: #928412;
}
.BgClassName
{
background-color: #928412;
}
</style>
border-color css
<style>
span { border-color: #928412; }
span { border-color: rgb(146,132,18); }
td.TdClassName
{
border-color: #928412;
}
.TagClassName
{
border-color: #928412;
}
</style>