Shades of Lemon Ginger #928136
Tints of Lemon Ginger #928136
RGB
CMYK
RGB Variations
Color information
#928136 (or 0x928136) is known color: Lemon Ginger. HEX triplet: 92, 81 and 36. RGB value is (146,129,54). Sum of RGB (Red+Green+Blue) = 146+129+54=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #928136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928136 is #6D7EC9. Grayscale: #7D7D7D. Windows color (decimal): -7175882 or 3572114. OLE color: 3572114.
HSL color Cylindrical-coordinate representation of color #928136: hue angle of 48.91º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #928136 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 54 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.43 |
| HSL | 48.91º | 0.46% | 0.39% | - |
| HSV(B) | 48.91º | 0.63% | 0.57% | - |
| XYZ | 20.37 | 22.08 | 6.68 | - |
| YUV | 125.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 54 | 0 | 0.12 | 0.63 | 0.43 | 48.91 | 0.46 | 0.39 |
| Hex | 92 | 81 | 36 | 0 | C | 3F | 2B | 31 | 2E | 27 |
| Octal | 222 | 201 | 66 | 0 | 14 | 77 | 53 | 61 | 56 | 47 |
| Binary | 10010010 | 10000001 | 110110 | 0 | 1100 | 111111 | 101011 | 110001 | 101110 | 100111 |
Color Harmonies of #928136
Complementary color
Monochromatic Colors of #928136
Black with #928136
Text Example
Text Example
White with #928136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928136; }
p { color: rgb(146,129,54); }
H1.HeaderClassName
{
color: #928136;
}
.AnyTagClassName
{
color: #928136;
}
</style>
background-color css
<style>
a { background-color: #928136; }
a { background-color: rgb(146,129,54); }
div.DivClassName
{
background-color: #928136;
}
.BgClassName
{
background-color: #928136;
}
</style>
border-color css
<style>
span { border-color: #928136; }
span { border-color: rgb(146,129,54); }
td.TdClassName
{
border-color: #928136;
}
.TagClassName
{
border-color: #928136;
}
</style>