Shades of Lemon Ginger #927B2B
Tints of Lemon Ginger #927B2B
RGB
CMYK
RGB Variations
Color information
#927B2B (or 0x927B2B) is known color: Lemon Ginger. HEX triplet: 92, 7B and 2B. RGB value is (146,123,43). Sum of RGB (Red+Green+Blue) = 146+123+43=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #927B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B2B is #6D84D4. Grayscale: #797979. Windows color (decimal): -7177429 or 2849682. OLE color: 2849682.
HSL color Cylindrical-coordinate representation of color #927B2B: hue angle of 46.6º 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 #927B2B is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 43 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.43 |
| HSL | 46.6º | 0.54% | 0.37% | - |
| HSV(B) | 46.6º | 0.71% | 0.57% | - |
| XYZ | 19.37 | 20.45 | 5.21 | - |
| YUV | 120.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 43 | 0 | 0.16 | 0.71 | 0.43 | 46.6 | 0.54 | 0.37 |
| Hex | 92 | 7B | 2B | 0 | 10 | 47 | 2B | 2F | 36 | 25 |
| Octal | 222 | 173 | 53 | 0 | 20 | 107 | 53 | 57 | 66 | 45 |
| Binary | 10010010 | 1111011 | 101011 | 0 | 10000 | 1000111 | 101011 | 101111 | 110110 | 100101 |
Color Harmonies of #927B2B
Complementary color
Monochromatic Colors of #927B2B
Black with #927B2B
Text Example
Text Example
White with #927B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B2B; }
p { color: rgb(146,123,43); }
H1.HeaderClassName
{
color: #927B2B;
}
.AnyTagClassName
{
color: #927B2B;
}
</style>
background-color css
<style>
a { background-color: #927B2B; }
a { background-color: rgb(146,123,43); }
div.DivClassName
{
background-color: #927B2B;
}
.BgClassName
{
background-color: #927B2B;
}
</style>
border-color css
<style>
span { border-color: #927B2B; }
span { border-color: rgb(146,123,43); }
td.TdClassName
{
border-color: #927B2B;
}
.TagClassName
{
border-color: #927B2B;
}
</style>