Shades of Lemon Ginger #928813
Tints of Lemon Ginger #928813
RGB
CMYK
RGB Variations
Color information
#928813 (or 0x928813) is known color: Lemon Ginger. HEX triplet: 92, 88 and 13. RGB value is (146,136,19). Sum of RGB (Red+Green+Blue) = 146+136+19=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #928813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928813 is #6D77EC. Grayscale: #7E7E7E. Windows color (decimal): -7174125 or 1280146. OLE color: 1280146.
HSL color Cylindrical-coordinate representation of color #928813: hue angle of 55.28º 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 #928813 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 19 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.43 |
| HSL | 55.28º | 0.77% | 0.32% | - |
| HSV(B) | 55.28º | 0.87% | 0.57% | - |
| XYZ | 20.78 | 23.77 | 4.11 | - |
| YUV | 125.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 19 | 0 | 0.07 | 0.87 | 0.43 | 55.28 | 0.77 | 0.32 |
| Hex | 92 | 88 | 13 | 0 | 7 | 57 | 2B | 37 | 4D | 20 |
| Octal | 222 | 210 | 23 | 0 | 7 | 127 | 53 | 67 | 115 | 40 |
| Binary | 10010010 | 10001000 | 10011 | 0 | 111 | 1010111 | 101011 | 110111 | 1001101 | 100000 |
Color Harmonies of #928813
Complementary color
Monochromatic Colors of #928813
Black with #928813
Text Example
Text Example
White with #928813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928813; }
p { color: rgb(146,136,19); }
H1.HeaderClassName
{
color: #928813;
}
.AnyTagClassName
{
color: #928813;
}
</style>
background-color css
<style>
a { background-color: #928813; }
a { background-color: rgb(146,136,19); }
div.DivClassName
{
background-color: #928813;
}
.BgClassName
{
background-color: #928813;
}
</style>
border-color css
<style>
span { border-color: #928813; }
span { border-color: rgb(146,136,19); }
td.TdClassName
{
border-color: #928813;
}
.TagClassName
{
border-color: #928813;
}
</style>