Shades of Lemon Ginger #928829
Tints of Lemon Ginger #928829
RGB
CMYK
RGB Variations
Color information
#928829 (or 0x928829) is known color: Lemon Ginger. HEX triplet: 92, 88 and 29. RGB value is (146,136,41). Sum of RGB (Red+Green+Blue) = 146+136+41=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #928829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928829 is #6D77D6. Grayscale: #808080. Windows color (decimal): -7174103 or 2721938. OLE color: 2721938.
HSL color Cylindrical-coordinate representation of color #928829: hue angle of 54.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #928829 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 41 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.43 |
| HSL | 54.29º | 0.56% | 0.37% | - |
| HSV(B) | 54.29º | 0.72% | 0.57% | - |
| XYZ | 21.06 | 23.88 | 5.6 | - |
| YUV | 128.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 41 | 0 | 0.07 | 0.72 | 0.43 | 54.29 | 0.56 | 0.37 |
| Hex | 92 | 88 | 29 | 0 | 7 | 48 | 2B | 36 | 38 | 25 |
| Octal | 222 | 210 | 51 | 0 | 7 | 110 | 53 | 66 | 70 | 45 |
| Binary | 10010010 | 10001000 | 101001 | 0 | 111 | 1001000 | 101011 | 110110 | 111000 | 100101 |
Color Harmonies of #928829
Complementary color
Monochromatic Colors of #928829
Black with #928829
Text Example
Text Example
White with #928829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928829; }
p { color: rgb(146,136,41); }
H1.HeaderClassName
{
color: #928829;
}
.AnyTagClassName
{
color: #928829;
}
</style>
background-color css
<style>
a { background-color: #928829; }
a { background-color: rgb(146,136,41); }
div.DivClassName
{
background-color: #928829;
}
.BgClassName
{
background-color: #928829;
}
</style>
border-color css
<style>
span { border-color: #928829; }
span { border-color: rgb(146,136,41); }
td.TdClassName
{
border-color: #928829;
}
.TagClassName
{
border-color: #928829;
}
</style>