Shades of Lemon Ginger #928F2B
Tints of Lemon Ginger #928F2B
RGB
CMYK
RGB Variations
Color information
#928F2B (or 0x928F2B) is known color: Lemon Ginger. HEX triplet: 92, 8F and 2B. RGB value is (146,143,43). Sum of RGB (Red+Green+Blue) = 146+143+43=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #928F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928F2B is #6D70D4. Grayscale: #848484. Windows color (decimal): -7172309 or 2854802. OLE color: 2854802.
HSL color Cylindrical-coordinate representation of color #928F2B: hue angle of 58.25º 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 #928F2B is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 43 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.43 |
| HSL | 58.25º | 0.54% | 0.37% | - |
| HSV(B) | 58.25º | 0.71% | 0.57% | - |
| XYZ | 22.11 | 25.93 | 6.13 | - |
| YUV | 132.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 43 | 0 | 0.02 | 0.71 | 0.43 | 58.25 | 0.54 | 0.37 |
| Hex | 92 | 8F | 2B | 0 | 2 | 47 | 2B | 3A | 36 | 25 |
| Octal | 222 | 217 | 53 | 0 | 2 | 107 | 53 | 72 | 66 | 45 |
| Binary | 10010010 | 10001111 | 101011 | 0 | 10 | 1000111 | 101011 | 111010 | 110110 | 100101 |
Color Harmonies of #928F2B
Complementary color
Monochromatic Colors of #928F2B
Black with #928F2B
Text Example
Text Example
White with #928F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F2B; }
p { color: rgb(146,143,43); }
H1.HeaderClassName
{
color: #928F2B;
}
.AnyTagClassName
{
color: #928F2B;
}
</style>
background-color css
<style>
a { background-color: #928F2B; }
a { background-color: rgb(146,143,43); }
div.DivClassName
{
background-color: #928F2B;
}
.BgClassName
{
background-color: #928F2B;
}
</style>
border-color css
<style>
span { border-color: #928F2B; }
span { border-color: rgb(146,143,43); }
td.TdClassName
{
border-color: #928F2B;
}
.TagClassName
{
border-color: #928F2B;
}
</style>