Shades of Lemon Ginger #928E27
Tints of Lemon Ginger #928E27
RGB
CMYK
RGB Variations
Color information
#928E27 (or 0x928E27) is known color: Lemon Ginger. HEX triplet: 92, 8E and 27. RGB value is (146,142,39). Sum of RGB (Red+Green+Blue) = 146+142+39=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #928E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928E27 is #6D71D8. Grayscale: #838383. Windows color (decimal): -7172569 or 2592402. OLE color: 2592402.
HSL color Cylindrical-coordinate representation of color #928E27: hue angle of 57.76º 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 #928E27 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 39 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.43 |
| HSL | 57.76º | 0.58% | 0.36% | - |
| HSV(B) | 57.76º | 0.73% | 0.57% | - |
| XYZ | 21.89 | 25.6 | 5.71 | - |
| YUV | 131.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 39 | 0 | 0.03 | 0.73 | 0.43 | 57.76 | 0.58 | 0.36 |
| Hex | 92 | 8E | 27 | 0 | 3 | 49 | 2B | 3A | 3A | 24 |
| Octal | 222 | 216 | 47 | 0 | 3 | 111 | 53 | 72 | 72 | 44 |
| Binary | 10010010 | 10001110 | 100111 | 0 | 11 | 1001001 | 101011 | 111010 | 111010 | 100100 |
Color Harmonies of #928E27
Complementary color
Monochromatic Colors of #928E27
Black with #928E27
Text Example
Text Example
White with #928E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E27; }
p { color: rgb(146,142,39); }
H1.HeaderClassName
{
color: #928E27;
}
.AnyTagClassName
{
color: #928E27;
}
</style>
background-color css
<style>
a { background-color: #928E27; }
a { background-color: rgb(146,142,39); }
div.DivClassName
{
background-color: #928E27;
}
.BgClassName
{
background-color: #928E27;
}
</style>
border-color css
<style>
span { border-color: #928E27; }
span { border-color: rgb(146,142,39); }
td.TdClassName
{
border-color: #928E27;
}
.TagClassName
{
border-color: #928E27;
}
</style>