Shades of Lemon Ginger #928C2D
Tints of Lemon Ginger #928C2D
RGB
CMYK
RGB Variations
Color information
#928C2D (or 0x928C2D) is known color: Lemon Ginger. HEX triplet: 92, 8C and 2D. RGB value is (146,140,45). Sum of RGB (Red+Green+Blue) = 146+140+45=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #928C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C2D is #6D73D2. Grayscale: #838383. Windows color (decimal): -7173075 or 2985106. OLE color: 2985106.
HSL color Cylindrical-coordinate representation of color #928C2D: hue angle of 56.44º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #928C2D is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 45 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.43 |
| HSL | 56.44º | 0.53% | 0.37% | - |
| HSV(B) | 56.44º | 0.69% | 0.57% | - |
| XYZ | 21.71 | 25.06 | 6.18 | - |
| YUV | 130.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 45 | 0 | 0.04 | 0.69 | 0.43 | 56.44 | 0.53 | 0.37 |
| Hex | 92 | 8C | 2D | 0 | 4 | 45 | 2B | 38 | 35 | 25 |
| Octal | 222 | 214 | 55 | 0 | 4 | 105 | 53 | 70 | 65 | 45 |
| Binary | 10010010 | 10001100 | 101101 | 0 | 100 | 1000101 | 101011 | 111000 | 110101 | 100101 |
Color Harmonies of #928C2D
Complementary color
Monochromatic Colors of #928C2D
Black with #928C2D
Text Example
Text Example
White with #928C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C2D; }
p { color: rgb(146,140,45); }
H1.HeaderClassName
{
color: #928C2D;
}
.AnyTagClassName
{
color: #928C2D;
}
</style>
background-color css
<style>
a { background-color: #928C2D; }
a { background-color: rgb(146,140,45); }
div.DivClassName
{
background-color: #928C2D;
}
.BgClassName
{
background-color: #928C2D;
}
</style>
border-color css
<style>
span { border-color: #928C2D; }
span { border-color: rgb(146,140,45); }
td.TdClassName
{
border-color: #928C2D;
}
.TagClassName
{
border-color: #928C2D;
}
</style>