Shades of Lemon Ginger #928327
Tints of Lemon Ginger #928327
RGB
CMYK
RGB Variations
Color information
#928327 (or 0x928327) is known color: Lemon Ginger. HEX triplet: 92, 83 and 27. RGB value is (146,131,39). Sum of RGB (Red+Green+Blue) = 146+131+39=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #928327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928327 is #6D7CD8. Grayscale: #7D7D7D. Windows color (decimal): -7175385 or 2589586. OLE color: 2589586.
HSL color Cylindrical-coordinate representation of color #928327: hue angle of 51.59º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #928327 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 39 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.43 |
| HSL | 51.59º | 0.58% | 0.36% | - |
| HSV(B) | 51.59º | 0.73% | 0.57% | - |
| XYZ | 20.34 | 22.49 | 5.19 | - |
| YUV | 125 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 39 | 0 | 0.10 | 0.73 | 0.43 | 51.59 | 0.58 | 0.36 |
| Hex | 92 | 83 | 27 | 0 | A | 49 | 2B | 34 | 3A | 24 |
| Octal | 222 | 203 | 47 | 0 | 12 | 111 | 53 | 64 | 72 | 44 |
| Binary | 10010010 | 10000011 | 100111 | 0 | 1010 | 1001001 | 101011 | 110100 | 111010 | 100100 |
Color Harmonies of #928327
Complementary color
Monochromatic Colors of #928327
Black with #928327
Text Example
Text Example
White with #928327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928327; }
p { color: rgb(146,131,39); }
H1.HeaderClassName
{
color: #928327;
}
.AnyTagClassName
{
color: #928327;
}
</style>
background-color css
<style>
a { background-color: #928327; }
a { background-color: rgb(146,131,39); }
div.DivClassName
{
background-color: #928327;
}
.BgClassName
{
background-color: #928327;
}
</style>
border-color css
<style>
span { border-color: #928327; }
span { border-color: rgb(146,131,39); }
td.TdClassName
{
border-color: #928327;
}
.TagClassName
{
border-color: #928327;
}
</style>