Shades of Lemon Ginger #928527
Tints of Lemon Ginger #928527
RGB
CMYK
RGB Variations
Color information
#928527 (or 0x928527) is known color: Lemon Ginger. HEX triplet: 92, 85 and 27. RGB value is (146,133,39). Sum of RGB (Red+Green+Blue) = 146+133+39=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #928527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928527 is #6D7AD8. Grayscale: #7E7E7E. Windows color (decimal): -7174873 or 2590098. OLE color: 2590098.
HSL color Cylindrical-coordinate representation of color #928527: hue angle of 52.71º 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 #928527 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 39 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.43 |
| HSL | 52.71º | 0.58% | 0.36% | - |
| HSV(B) | 52.71º | 0.73% | 0.57% | - |
| XYZ | 20.61 | 23.03 | 5.28 | - |
| YUV | 126.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 39 | 0 | 0.09 | 0.73 | 0.43 | 52.71 | 0.58 | 0.36 |
| Hex | 92 | 85 | 27 | 0 | 9 | 49 | 2B | 35 | 3A | 24 |
| Octal | 222 | 205 | 47 | 0 | 11 | 111 | 53 | 65 | 72 | 44 |
| Binary | 10010010 | 10000101 | 100111 | 0 | 1001 | 1001001 | 101011 | 110101 | 111010 | 100100 |
Color Harmonies of #928527
Complementary color
Monochromatic Colors of #928527
Black with #928527
Text Example
Text Example
White with #928527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928527; }
p { color: rgb(146,133,39); }
H1.HeaderClassName
{
color: #928527;
}
.AnyTagClassName
{
color: #928527;
}
</style>
background-color css
<style>
a { background-color: #928527; }
a { background-color: rgb(146,133,39); }
div.DivClassName
{
background-color: #928527;
}
.BgClassName
{
background-color: #928527;
}
</style>
border-color css
<style>
span { border-color: #928527; }
span { border-color: rgb(146,133,39); }
td.TdClassName
{
border-color: #928527;
}
.TagClassName
{
border-color: #928527;
}
</style>