Shades of Lemon Ginger #928225
Tints of Lemon Ginger #928225
RGB
CMYK
RGB Variations
Color information
#928225 (or 0x928225) is known color: Lemon Ginger. HEX triplet: 92, 82 and 25. RGB value is (146,130,37). Sum of RGB (Red+Green+Blue) = 146+130+37=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #928225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928225 is #6D7DDA. Grayscale: #7C7C7C. Windows color (decimal): -7175643 or 2458258. OLE color: 2458258.
HSL color Cylindrical-coordinate representation of color #928225: hue angle of 51.19º 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 #928225 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 37 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.43 |
| HSL | 51.19º | 0.6% | 0.36% | - |
| HSV(B) | 51.19º | 0.75% | 0.57% | - |
| XYZ | 20.17 | 22.21 | 4.97 | - |
| YUV | 124.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 37 | 0 | 0.11 | 0.75 | 0.43 | 51.19 | 0.6 | 0.36 |
| Hex | 92 | 82 | 25 | 0 | B | 4B | 2B | 33 | 3C | 24 |
| Octal | 222 | 202 | 45 | 0 | 13 | 113 | 53 | 63 | 74 | 44 |
| Binary | 10010010 | 10000010 | 100101 | 0 | 1011 | 1001011 | 101011 | 110011 | 111100 | 100100 |
Color Harmonies of #928225
Complementary color
Monochromatic Colors of #928225
Black with #928225
Text Example
Text Example
White with #928225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928225; }
p { color: rgb(146,130,37); }
H1.HeaderClassName
{
color: #928225;
}
.AnyTagClassName
{
color: #928225;
}
</style>
background-color css
<style>
a { background-color: #928225; }
a { background-color: rgb(146,130,37); }
div.DivClassName
{
background-color: #928225;
}
.BgClassName
{
background-color: #928225;
}
</style>
border-color css
<style>
span { border-color: #928225; }
span { border-color: rgb(146,130,37); }
td.TdClassName
{
border-color: #928225;
}
.TagClassName
{
border-color: #928225;
}
</style>