Shades of Lemon Ginger #927B2C
Tints of Lemon Ginger #927B2C
RGB
CMYK
RGB Variations
Color information
#927B2C (or 0x927B2C) is known color: Lemon Ginger. HEX triplet: 92, 7B and 2C. RGB value is (146,123,44). Sum of RGB (Red+Green+Blue) = 146+123+44=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #927B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B2C is #6D84D3. Grayscale: #797979. Windows color (decimal): -7177428 or 2915218. OLE color: 2915218.
HSL color Cylindrical-coordinate representation of color #927B2C: hue angle of 46.47º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #927B2C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 44 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.43 |
| HSL | 46.47º | 0.54% | 0.37% | - |
| HSV(B) | 46.47º | 0.7% | 0.57% | - |
| XYZ | 19.39 | 20.46 | 5.31 | - |
| YUV | 120.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 44 | 0 | 0.16 | 0.70 | 0.43 | 46.47 | 0.54 | 0.37 |
| Hex | 92 | 7B | 2C | 0 | 10 | 46 | 2B | 2E | 36 | 25 |
| Octal | 222 | 173 | 54 | 0 | 20 | 106 | 53 | 56 | 66 | 45 |
| Binary | 10010010 | 1111011 | 101100 | 0 | 10000 | 1000110 | 101011 | 101110 | 110110 | 100101 |
Color Harmonies of #927B2C
Complementary color
Monochromatic Colors of #927B2C
Black with #927B2C
Text Example
Text Example
White with #927B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B2C; }
p { color: rgb(146,123,44); }
H1.HeaderClassName
{
color: #927B2C;
}
.AnyTagClassName
{
color: #927B2C;
}
</style>
background-color css
<style>
a { background-color: #927B2C; }
a { background-color: rgb(146,123,44); }
div.DivClassName
{
background-color: #927B2C;
}
.BgClassName
{
background-color: #927B2C;
}
</style>
border-color css
<style>
span { border-color: #927B2C; }
span { border-color: rgb(146,123,44); }
td.TdClassName
{
border-color: #927B2C;
}
.TagClassName
{
border-color: #927B2C;
}
</style>