Shades of Lemon Ginger #927B21
Tints of Lemon Ginger #927B21
RGB
CMYK
RGB Variations
Color information
#927B21 (or 0x927B21) is known color: Lemon Ginger. HEX triplet: 92, 7B and 21. RGB value is (146,123,33). Sum of RGB (Red+Green+Blue) = 146+123+33=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #927B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B21 is #6D84DE. Grayscale: #777777. Windows color (decimal): -7177439 or 2194322. OLE color: 2194322.
HSL color Cylindrical-coordinate representation of color #927B21: hue angle of 47.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #927B21 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 33 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.43 |
| HSL | 47.79º | 0.63% | 0.35% | - |
| HSV(B) | 47.79º | 0.77% | 0.57% | - |
| XYZ | 19.21 | 20.39 | 4.36 | - |
| YUV | 119.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 33 | 0 | 0.16 | 0.77 | 0.43 | 47.79 | 0.63 | 0.35 |
| Hex | 92 | 7B | 21 | 0 | 10 | 4D | 2B | 30 | 3F | 23 |
| Octal | 222 | 173 | 41 | 0 | 20 | 115 | 53 | 60 | 77 | 43 |
| Binary | 10010010 | 1111011 | 100001 | 0 | 10000 | 1001101 | 101011 | 110000 | 111111 | 100011 |
Color Harmonies of #927B21
Complementary color
Monochromatic Colors of #927B21
Black with #927B21
Text Example
Text Example
White with #927B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B21; }
p { color: rgb(146,123,33); }
H1.HeaderClassName
{
color: #927B21;
}
.AnyTagClassName
{
color: #927B21;
}
</style>
background-color css
<style>
a { background-color: #927B21; }
a { background-color: rgb(146,123,33); }
div.DivClassName
{
background-color: #927B21;
}
.BgClassName
{
background-color: #927B21;
}
</style>
border-color css
<style>
span { border-color: #927B21; }
span { border-color: rgb(146,123,33); }
td.TdClassName
{
border-color: #927B21;
}
.TagClassName
{
border-color: #927B21;
}
</style>