Shades of Lemon Ginger #918129
Tints of Lemon Ginger #918129
RGB
CMYK
RGB Variations
Color information
#918129 (or 0x918129) is known color: Lemon Ginger. HEX triplet: 91, 81 and 29. RGB value is (145,129,41). Sum of RGB (Red+Green+Blue) = 145+129+41=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918129 is #6E7ED6. Grayscale: #7C7C7C. Windows color (decimal): -7241431 or 2720145. OLE color: 2720145.
HSL color Cylindrical-coordinate representation of color #918129: hue angle of 50.77º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #918129 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 41 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.43 |
| HSL | 50.77º | 0.56% | 0.36% | - |
| HSV(B) | 50.77º | 0.72% | 0.57% | - |
| XYZ | 19.93 | 21.88 | 5.27 | - |
| YUV | 123.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 41 | 0 | 0.11 | 0.72 | 0.43 | 50.77 | 0.56 | 0.36 |
| Hex | 91 | 81 | 29 | 0 | B | 48 | 2B | 33 | 38 | 24 |
| Octal | 221 | 201 | 51 | 0 | 13 | 110 | 53 | 63 | 70 | 44 |
| Binary | 10010001 | 10000001 | 101001 | 0 | 1011 | 1001000 | 101011 | 110011 | 111000 | 100100 |
Color Harmonies of #918129
Complementary color
Monochromatic Colors of #918129
Black with #918129
Text Example
Text Example
White with #918129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918129; }
p { color: rgb(145,129,41); }
H1.HeaderClassName
{
color: #918129;
}
.AnyTagClassName
{
color: #918129;
}
</style>
background-color css
<style>
a { background-color: #918129; }
a { background-color: rgb(145,129,41); }
div.DivClassName
{
background-color: #918129;
}
.BgClassName
{
background-color: #918129;
}
</style>
border-color css
<style>
span { border-color: #918129; }
span { border-color: rgb(145,129,41); }
td.TdClassName
{
border-color: #918129;
}
.TagClassName
{
border-color: #918129;
}
</style>