Shades of Lemon Ginger #907E29
Tints of Lemon Ginger #907E29
RGB
CMYK
RGB Variations
Color information
#907E29 (or 0x907E29) is known color: Lemon Ginger. HEX triplet: 90, 7E and 29. RGB value is (144,126,41). Sum of RGB (Red+Green+Blue) = 144+126+41=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #907E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907E29 is #6F81D6. Grayscale: #7A7A7A. Windows color (decimal): -7307735 or 2719376. OLE color: 2719376.
HSL color Cylindrical-coordinate representation of color #907E29: hue angle of 49.51º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #907E29 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 126 | 41 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.44 |
| HSL | 49.51º | 0.56% | 0.36% | - |
| HSV(B) | 49.51º | 0.72% | 0.56% | - |
| XYZ | 19.36 | 21.01 | 5.13 | - |
| YUV | 121.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 41 | 0 | 0.12 | 0.72 | 0.44 | 49.51 | 0.56 | 0.36 |
| Hex | 90 | 7E | 29 | 0 | C | 48 | 2C | 32 | 38 | 24 |
| Octal | 220 | 176 | 51 | 0 | 14 | 110 | 54 | 62 | 70 | 44 |
| Binary | 10010000 | 1111110 | 101001 | 0 | 1100 | 1001000 | 101100 | 110010 | 111000 | 100100 |
Color Harmonies of #907E29
Complementary color
Monochromatic Colors of #907E29
Black with #907E29
Text Example
Text Example
White with #907E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907E29; }
p { color: rgb(144,126,41); }
H1.HeaderClassName
{
color: #907E29;
}
.AnyTagClassName
{
color: #907E29;
}
</style>
background-color css
<style>
a { background-color: #907E29; }
a { background-color: rgb(144,126,41); }
div.DivClassName
{
background-color: #907E29;
}
.BgClassName
{
background-color: #907E29;
}
</style>
border-color css
<style>
span { border-color: #907E29; }
span { border-color: rgb(144,126,41); }
td.TdClassName
{
border-color: #907E29;
}
.TagClassName
{
border-color: #907E29;
}
</style>