Shades of Lemon Ginger #928E28
Tints of Lemon Ginger #928E28
RGB
CMYK
RGB Variations
Color information
#928E28 (or 0x928E28) is known color: Lemon Ginger. HEX triplet: 92, 8E and 28. RGB value is (146,142,40). Sum of RGB (Red+Green+Blue) = 146+142+40=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #928E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928E28 is #6D71D7. Grayscale: #838383. Windows color (decimal): -7172568 or 2657938. OLE color: 2657938.
HSL color Cylindrical-coordinate representation of color #928E28: hue angle of 57.74º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #928E28 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 40 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.43 |
| HSL | 57.74º | 0.57% | 0.36% | - |
| HSV(B) | 57.74º | 0.73% | 0.57% | - |
| XYZ | 21.91 | 25.61 | 5.8 | - |
| YUV | 131.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 40 | 0 | 0.03 | 0.73 | 0.43 | 57.74 | 0.57 | 0.36 |
| Hex | 92 | 8E | 28 | 0 | 3 | 49 | 2B | 3A | 39 | 24 |
| Octal | 222 | 216 | 50 | 0 | 3 | 111 | 53 | 72 | 71 | 44 |
| Binary | 10010010 | 10001110 | 101000 | 0 | 11 | 1001001 | 101011 | 111010 | 111001 | 100100 |
Color Harmonies of #928E28
Complementary color
Monochromatic Colors of #928E28
Black with #928E28
Text Example
Text Example
White with #928E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E28; }
p { color: rgb(146,142,40); }
H1.HeaderClassName
{
color: #928E28;
}
.AnyTagClassName
{
color: #928E28;
}
</style>
background-color css
<style>
a { background-color: #928E28; }
a { background-color: rgb(146,142,40); }
div.DivClassName
{
background-color: #928E28;
}
.BgClassName
{
background-color: #928E28;
}
</style>
border-color css
<style>
span { border-color: #928E28; }
span { border-color: rgb(146,142,40); }
td.TdClassName
{
border-color: #928E28;
}
.TagClassName
{
border-color: #928E28;
}
</style>