Shades of Lemon Ginger #928825
Tints of Lemon Ginger #928825
RGB
CMYK
RGB Variations
Color information
#928825 (or 0x928825) is known color: Lemon Ginger. HEX triplet: 92, 88 and 25. RGB value is (146,136,37). Sum of RGB (Red+Green+Blue) = 146+136+37=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #928825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928825 is #6D77DA. Grayscale: #808080. Windows color (decimal): -7174107 or 2459794. OLE color: 2459794.
HSL color Cylindrical-coordinate representation of color #928825: hue angle of 54.5º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #928825 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 37 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.43 |
| HSL | 54.5º | 0.6% | 0.36% | - |
| HSV(B) | 54.5º | 0.75% | 0.57% | - |
| XYZ | 20.99 | 23.85 | 5.25 | - |
| YUV | 127.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 37 | 0 | 0.07 | 0.75 | 0.43 | 54.5 | 0.6 | 0.36 |
| Hex | 92 | 88 | 25 | 0 | 7 | 4B | 2B | 36 | 3C | 24 |
| Octal | 222 | 210 | 45 | 0 | 7 | 113 | 53 | 66 | 74 | 44 |
| Binary | 10010010 | 10001000 | 100101 | 0 | 111 | 1001011 | 101011 | 110110 | 111100 | 100100 |
Color Harmonies of #928825
Complementary color
Monochromatic Colors of #928825
Black with #928825
Text Example
Text Example
White with #928825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928825; }
p { color: rgb(146,136,37); }
H1.HeaderClassName
{
color: #928825;
}
.AnyTagClassName
{
color: #928825;
}
</style>
background-color css
<style>
a { background-color: #928825; }
a { background-color: rgb(146,136,37); }
div.DivClassName
{
background-color: #928825;
}
.BgClassName
{
background-color: #928825;
}
</style>
border-color css
<style>
span { border-color: #928825; }
span { border-color: rgb(146,136,37); }
td.TdClassName
{
border-color: #928825;
}
.TagClassName
{
border-color: #928825;
}
</style>