Shades of Lemon Ginger #928A2E
Tints of Lemon Ginger #928A2E
RGB
CMYK
RGB Variations
Color information
#928A2E (or 0x928A2E) is known color: Lemon Ginger. HEX triplet: 92, 8A and 2E. RGB value is (146,138,46). Sum of RGB (Red+Green+Blue) = 146+138+46=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #928A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A2E is #6D75D1. Grayscale: #828282. Windows color (decimal): -7173586 or 3050130. OLE color: 3050130.
HSL color Cylindrical-coordinate representation of color #928A2E: hue angle of 55.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #928A2E is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 46 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.43 |
| HSL | 55.2º | 0.52% | 0.38% | - |
| HSV(B) | 55.2º | 0.68% | 0.57% | - |
| XYZ | 21.44 | 24.49 | 6.18 | - |
| YUV | 129.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 46 | 0 | 0.05 | 0.68 | 0.43 | 55.2 | 0.52 | 0.38 |
| Hex | 92 | 8A | 2E | 0 | 5 | 44 | 2B | 37 | 34 | 26 |
| Octal | 222 | 212 | 56 | 0 | 5 | 104 | 53 | 67 | 64 | 46 |
| Binary | 10010010 | 10001010 | 101110 | 0 | 101 | 1000100 | 101011 | 110111 | 110100 | 100110 |
Color Harmonies of #928A2E
Complementary color
Monochromatic Colors of #928A2E
Black with #928A2E
Text Example
Text Example
White with #928A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A2E; }
p { color: rgb(146,138,46); }
H1.HeaderClassName
{
color: #928A2E;
}
.AnyTagClassName
{
color: #928A2E;
}
</style>
background-color css
<style>
a { background-color: #928A2E; }
a { background-color: rgb(146,138,46); }
div.DivClassName
{
background-color: #928A2E;
}
.BgClassName
{
background-color: #928A2E;
}
</style>
border-color css
<style>
span { border-color: #928A2E; }
span { border-color: rgb(146,138,46); }
td.TdClassName
{
border-color: #928A2E;
}
.TagClassName
{
border-color: #928A2E;
}
</style>