Shades of Lemon Ginger #927F32
Tints of Lemon Ginger #927F32
RGB
CMYK
RGB Variations
Color information
#927F32 (or 0x927F32) is known color: Lemon Ginger. HEX triplet: 92, 7F and 32. RGB value is (146,127,50). Sum of RGB (Red+Green+Blue) = 146+127+50=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #927F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F32 is #6D80CD. Grayscale: #7C7C7C. Windows color (decimal): -7176398 or 3309458. OLE color: 3309458.
HSL color Cylindrical-coordinate representation of color #927F32: hue angle of 48.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #927F32 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 50 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.43 |
| HSL | 48.13º | 0.49% | 0.38% | - |
| HSV(B) | 48.13º | 0.66% | 0.57% | - |
| XYZ | 20.02 | 21.52 | 6.12 | - |
| YUV | 123.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 50 | 0 | 0.13 | 0.66 | 0.43 | 48.13 | 0.49 | 0.38 |
| Hex | 92 | 7F | 32 | 0 | D | 42 | 2B | 30 | 31 | 26 |
| Octal | 222 | 177 | 62 | 0 | 15 | 102 | 53 | 60 | 61 | 46 |
| Binary | 10010010 | 1111111 | 110010 | 0 | 1101 | 1000010 | 101011 | 110000 | 110001 | 100110 |
Color Harmonies of #927F32
Complementary color
Monochromatic Colors of #927F32
Black with #927F32
Text Example
Text Example
White with #927F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F32; }
p { color: rgb(146,127,50); }
H1.HeaderClassName
{
color: #927F32;
}
.AnyTagClassName
{
color: #927F32;
}
</style>
background-color css
<style>
a { background-color: #927F32; }
a { background-color: rgb(146,127,50); }
div.DivClassName
{
background-color: #927F32;
}
.BgClassName
{
background-color: #927F32;
}
</style>
border-color css
<style>
span { border-color: #927F32; }
span { border-color: rgb(146,127,50); }
td.TdClassName
{
border-color: #927F32;
}
.TagClassName
{
border-color: #927F32;
}
</style>