Shades of Lemon Ginger #928C2B
Tints of Lemon Ginger #928C2B
RGB
CMYK
RGB Variations
Color information
#928C2B (or 0x928C2B) is known color: Lemon Ginger. HEX triplet: 92, 8C and 2B. RGB value is (146,140,43). Sum of RGB (Red+Green+Blue) = 146+140+43=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #928C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C2B is #6D73D4. Grayscale: #838383. Windows color (decimal): -7173077 or 2854034. OLE color: 2854034.
HSL color Cylindrical-coordinate representation of color #928C2B: hue angle of 56.5º 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 #928C2B is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 43 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.43 |
| HSL | 56.5º | 0.54% | 0.37% | - |
| HSV(B) | 56.5º | 0.71% | 0.57% | - |
| XYZ | 21.67 | 25.04 | 5.98 | - |
| YUV | 130.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 43 | 0 | 0.04 | 0.71 | 0.43 | 56.5 | 0.54 | 0.37 |
| Hex | 92 | 8C | 2B | 0 | 4 | 47 | 2B | 39 | 36 | 25 |
| Octal | 222 | 214 | 53 | 0 | 4 | 107 | 53 | 71 | 66 | 45 |
| Binary | 10010010 | 10001100 | 101011 | 0 | 100 | 1000111 | 101011 | 111001 | 110110 | 100101 |
Color Harmonies of #928C2B
Complementary color
Monochromatic Colors of #928C2B
Black with #928C2B
Text Example
Text Example
White with #928C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C2B; }
p { color: rgb(146,140,43); }
H1.HeaderClassName
{
color: #928C2B;
}
.AnyTagClassName
{
color: #928C2B;
}
</style>
background-color css
<style>
a { background-color: #928C2B; }
a { background-color: rgb(146,140,43); }
div.DivClassName
{
background-color: #928C2B;
}
.BgClassName
{
background-color: #928C2B;
}
</style>
border-color css
<style>
span { border-color: #928C2B; }
span { border-color: rgb(146,140,43); }
td.TdClassName
{
border-color: #928C2B;
}
.TagClassName
{
border-color: #928C2B;
}
</style>