Shades of Lemon Ginger #927F2B
Tints of Lemon Ginger #927F2B
RGB
CMYK
RGB Variations
Color information
#927F2B (or 0x927F2B) is known color: Lemon Ginger. HEX triplet: 92, 7F and 2B. RGB value is (146,127,43). Sum of RGB (Red+Green+Blue) = 146+127+43=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #927F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F2B is #6D80D4. Grayscale: #7B7B7B. Windows color (decimal): -7176405 or 2850706. OLE color: 2850706.
HSL color Cylindrical-coordinate representation of color #927F2B: hue angle of 48.93º 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 #927F2B is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 43 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.43 |
| HSL | 48.93º | 0.54% | 0.37% | - |
| HSV(B) | 48.93º | 0.71% | 0.57% | - |
| XYZ | 19.88 | 21.46 | 5.38 | - |
| YUV | 123.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 43 | 0 | 0.13 | 0.71 | 0.43 | 48.93 | 0.54 | 0.37 |
| Hex | 92 | 7F | 2B | 0 | D | 47 | 2B | 31 | 36 | 25 |
| Octal | 222 | 177 | 53 | 0 | 15 | 107 | 53 | 61 | 66 | 45 |
| Binary | 10010010 | 1111111 | 101011 | 0 | 1101 | 1000111 | 101011 | 110001 | 110110 | 100101 |
Color Harmonies of #927F2B
Complementary color
Monochromatic Colors of #927F2B
Black with #927F2B
Text Example
Text Example
White with #927F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F2B; }
p { color: rgb(146,127,43); }
H1.HeaderClassName
{
color: #927F2B;
}
.AnyTagClassName
{
color: #927F2B;
}
</style>
background-color css
<style>
a { background-color: #927F2B; }
a { background-color: rgb(146,127,43); }
div.DivClassName
{
background-color: #927F2B;
}
.BgClassName
{
background-color: #927F2B;
}
</style>
border-color css
<style>
span { border-color: #927F2B; }
span { border-color: rgb(146,127,43); }
td.TdClassName
{
border-color: #927F2B;
}
.TagClassName
{
border-color: #927F2B;
}
</style>