Shades of Lemon Ginger #927C33
Tints of Lemon Ginger #927C33
RGB
CMYK
RGB Variations
Color information
#927C33 (or 0x927C33) is known color: Lemon Ginger. HEX triplet: 92, 7C and 33. RGB value is (146,124,51). Sum of RGB (Red+Green+Blue) = 146+124+51=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #927C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C33 is #6D83CC. Grayscale: #7A7A7A. Windows color (decimal): -7177165 or 3374226. OLE color: 3374226.
HSL color Cylindrical-coordinate representation of color #927C33: hue angle of 46.11º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #927C33 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 51 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.43 |
| HSL | 46.11º | 0.48% | 0.39% | - |
| HSV(B) | 46.11º | 0.65% | 0.57% | - |
| XYZ | 19.66 | 20.77 | 6.1 | - |
| YUV | 122.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 51 | 0 | 0.15 | 0.65 | 0.43 | 46.11 | 0.48 | 0.39 |
| Hex | 92 | 7C | 33 | 0 | F | 41 | 2B | 2E | 30 | 27 |
| Octal | 222 | 174 | 63 | 0 | 17 | 101 | 53 | 56 | 60 | 47 |
| Binary | 10010010 | 1111100 | 110011 | 0 | 1111 | 1000001 | 101011 | 101110 | 110000 | 100111 |
Color Harmonies of #927C33
Complementary color
Monochromatic Colors of #927C33
Black with #927C33
Text Example
Text Example
White with #927C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C33; }
p { color: rgb(146,124,51); }
H1.HeaderClassName
{
color: #927C33;
}
.AnyTagClassName
{
color: #927C33;
}
</style>
background-color css
<style>
a { background-color: #927C33; }
a { background-color: rgb(146,124,51); }
div.DivClassName
{
background-color: #927C33;
}
.BgClassName
{
background-color: #927C33;
}
</style>
border-color css
<style>
span { border-color: #927C33; }
span { border-color: rgb(146,124,51); }
td.TdClassName
{
border-color: #927C33;
}
.TagClassName
{
border-color: #927C33;
}
</style>