Shades of Lemon Ginger #927B2D
Tints of Lemon Ginger #927B2D
RGB
CMYK
RGB Variations
Color information
#927B2D (or 0x927B2D) is known color: Lemon Ginger. HEX triplet: 92, 7B and 2D. RGB value is (146,123,45). Sum of RGB (Red+Green+Blue) = 146+123+45=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #927B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B2D is #6D84D2. Grayscale: #797979. Windows color (decimal): -7177427 or 2980754. OLE color: 2980754.
HSL color Cylindrical-coordinate representation of color #927B2D: hue angle of 46.34º 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 #927B2D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 45 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.43 |
| HSL | 46.34º | 0.53% | 0.37% | - |
| HSV(B) | 46.34º | 0.69% | 0.57% | - |
| XYZ | 19.41 | 20.47 | 5.41 | - |
| YUV | 120.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 45 | 0 | 0.16 | 0.69 | 0.43 | 46.34 | 0.53 | 0.37 |
| Hex | 92 | 7B | 2D | 0 | 10 | 45 | 2B | 2E | 35 | 25 |
| Octal | 222 | 173 | 55 | 0 | 20 | 105 | 53 | 56 | 65 | 45 |
| Binary | 10010010 | 1111011 | 101101 | 0 | 10000 | 1000101 | 101011 | 101110 | 110101 | 100101 |
Color Harmonies of #927B2D
Complementary color
Monochromatic Colors of #927B2D
Black with #927B2D
Text Example
Text Example
White with #927B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B2D; }
p { color: rgb(146,123,45); }
H1.HeaderClassName
{
color: #927B2D;
}
.AnyTagClassName
{
color: #927B2D;
}
</style>
background-color css
<style>
a { background-color: #927B2D; }
a { background-color: rgb(146,123,45); }
div.DivClassName
{
background-color: #927B2D;
}
.BgClassName
{
background-color: #927B2D;
}
</style>
border-color css
<style>
span { border-color: #927B2D; }
span { border-color: rgb(146,123,45); }
td.TdClassName
{
border-color: #927B2D;
}
.TagClassName
{
border-color: #927B2D;
}
</style>