Shades of Lemon Ginger #928E2B
Tints of Lemon Ginger #928E2B
RGB
CMYK
RGB Variations
Color information
#928E2B (or 0x928E2B) is known color: Lemon Ginger. HEX triplet: 92, 8E and 2B. RGB value is (146,142,43). Sum of RGB (Red+Green+Blue) = 146+142+43=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #928E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928E2B is #6D71D4. Grayscale: #848484. Windows color (decimal): -7172565 or 2854546. OLE color: 2854546.
HSL color Cylindrical-coordinate representation of color #928E2B: hue angle of 57.67º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #928E2B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 43 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.43 |
| HSL | 57.67º | 0.54% | 0.37% | - |
| HSV(B) | 57.67º | 0.71% | 0.57% | - |
| XYZ | 21.96 | 25.63 | 6.08 | - |
| YUV | 131.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 43 | 0 | 0.03 | 0.71 | 0.43 | 57.67 | 0.54 | 0.37 |
| Hex | 92 | 8E | 2B | 0 | 3 | 47 | 2B | 3A | 36 | 25 |
| Octal | 222 | 216 | 53 | 0 | 3 | 107 | 53 | 72 | 66 | 45 |
| Binary | 10010010 | 10001110 | 101011 | 0 | 11 | 1000111 | 101011 | 111010 | 110110 | 100101 |
Color Harmonies of #928E2B
Complementary color
Monochromatic Colors of #928E2B
Black with #928E2B
Text Example
Text Example
White with #928E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E2B; }
p { color: rgb(146,142,43); }
H1.HeaderClassName
{
color: #928E2B;
}
.AnyTagClassName
{
color: #928E2B;
}
</style>
background-color css
<style>
a { background-color: #928E2B; }
a { background-color: rgb(146,142,43); }
div.DivClassName
{
background-color: #928E2B;
}
.BgClassName
{
background-color: #928E2B;
}
</style>
border-color css
<style>
span { border-color: #928E2B; }
span { border-color: rgb(146,142,43); }
td.TdClassName
{
border-color: #928E2B;
}
.TagClassName
{
border-color: #928E2B;
}
</style>