Shades of Lemon Ginger #928C2E
Tints of Lemon Ginger #928C2E
RGB
CMYK
RGB Variations
Color information
#928C2E (or 0x928C2E) is known color: Lemon Ginger. HEX triplet: 92, 8C and 2E. RGB value is (146,140,46). Sum of RGB (Red+Green+Blue) = 146+140+46=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #928C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C2E is #6D73D1. Grayscale: #838383. Windows color (decimal): -7173074 or 3050642. OLE color: 3050642.
HSL color Cylindrical-coordinate representation of color #928C2E: hue angle of 56.4º 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 #928C2E is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 46 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.43 |
| HSL | 56.4º | 0.52% | 0.38% | - |
| HSV(B) | 56.4º | 0.68% | 0.57% | - |
| XYZ | 21.73 | 25.06 | 6.28 | - |
| YUV | 131.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 46 | 0 | 0.04 | 0.68 | 0.43 | 56.4 | 0.52 | 0.38 |
| Hex | 92 | 8C | 2E | 0 | 4 | 44 | 2B | 38 | 34 | 26 |
| Octal | 222 | 214 | 56 | 0 | 4 | 104 | 53 | 70 | 64 | 46 |
| Binary | 10010010 | 10001100 | 101110 | 0 | 100 | 1000100 | 101011 | 111000 | 110100 | 100110 |
Color Harmonies of #928C2E
Complementary color
Monochromatic Colors of #928C2E
Black with #928C2E
Text Example
Text Example
White with #928C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C2E; }
p { color: rgb(146,140,46); }
H1.HeaderClassName
{
color: #928C2E;
}
.AnyTagClassName
{
color: #928C2E;
}
</style>
background-color css
<style>
a { background-color: #928C2E; }
a { background-color: rgb(146,140,46); }
div.DivClassName
{
background-color: #928C2E;
}
.BgClassName
{
background-color: #928C2E;
}
</style>
border-color css
<style>
span { border-color: #928C2E; }
span { border-color: rgb(146,140,46); }
td.TdClassName
{
border-color: #928C2E;
}
.TagClassName
{
border-color: #928C2E;
}
</style>