Shades of Lemon Ginger #928312
Tints of Lemon Ginger #928312
RGB
CMYK
RGB Variations
Color information
#928312 (or 0x928312) is known color: Lemon Ginger. HEX triplet: 92, 83 and 12. RGB value is (146,131,18). Sum of RGB (Red+Green+Blue) = 146+131+18=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #928312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928312 is #6D7CED. Grayscale: #7B7B7B. Windows color (decimal): -7175406 or 1213330. OLE color: 1213330.
HSL color Cylindrical-coordinate representation of color #928312: hue angle of 52.97º 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 #928312 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 18 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.43 |
| HSL | 52.97º | 0.78% | 0.32% | - |
| HSV(B) | 52.97º | 0.88% | 0.57% | - |
| XYZ | 20.08 | 22.39 | 3.84 | - |
| YUV | 122.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 18 | 0 | 0.10 | 0.88 | 0.43 | 52.97 | 0.78 | 0.32 |
| Hex | 92 | 83 | 12 | 0 | A | 58 | 2B | 35 | 4E | 20 |
| Octal | 222 | 203 | 22 | 0 | 12 | 130 | 53 | 65 | 116 | 40 |
| Binary | 10010010 | 10000011 | 10010 | 0 | 1010 | 1011000 | 101011 | 110101 | 1001110 | 100000 |
Color Harmonies of #928312
Complementary color
Monochromatic Colors of #928312
Black with #928312
Text Example
Text Example
White with #928312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928312; }
p { color: rgb(146,131,18); }
H1.HeaderClassName
{
color: #928312;
}
.AnyTagClassName
{
color: #928312;
}
</style>
background-color css
<style>
a { background-color: #928312; }
a { background-color: rgb(146,131,18); }
div.DivClassName
{
background-color: #928312;
}
.BgClassName
{
background-color: #928312;
}
</style>
border-color css
<style>
span { border-color: #928312; }
span { border-color: rgb(146,131,18); }
td.TdClassName
{
border-color: #928312;
}
.TagClassName
{
border-color: #928312;
}
</style>