Shades of Lemon Ginger #908127
Tints of Lemon Ginger #908127
RGB
CMYK
RGB Variations
Color information
#908127 (or 0x908127) is known color: Lemon Ginger. HEX triplet: 90, 81 and 27. RGB value is (144,129,39). Sum of RGB (Red+Green+Blue) = 144+129+39=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #908127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908127 is #6F7ED8. Grayscale: #7B7B7B. Windows color (decimal): -7306969 or 2589072. OLE color: 2589072.
HSL color Cylindrical-coordinate representation of color #908127: hue angle of 51.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #908127 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 39 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.44 |
| HSL | 51.43º | 0.57% | 0.36% | - |
| HSV(B) | 51.43º | 0.73% | 0.56% | - |
| XYZ | 19.72 | 21.78 | 5.08 | - |
| YUV | 123.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 39 | 0 | 0.10 | 0.73 | 0.44 | 51.43 | 0.57 | 0.36 |
| Hex | 90 | 81 | 27 | 0 | A | 49 | 2C | 33 | 39 | 24 |
| Octal | 220 | 201 | 47 | 0 | 12 | 111 | 54 | 63 | 71 | 44 |
| Binary | 10010000 | 10000001 | 100111 | 0 | 1010 | 1001001 | 101100 | 110011 | 111001 | 100100 |
Color Harmonies of #908127
Complementary color
Monochromatic Colors of #908127
Black with #908127
Text Example
Text Example
White with #908127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908127; }
p { color: rgb(144,129,39); }
H1.HeaderClassName
{
color: #908127;
}
.AnyTagClassName
{
color: #908127;
}
</style>
background-color css
<style>
a { background-color: #908127; }
a { background-color: rgb(144,129,39); }
div.DivClassName
{
background-color: #908127;
}
.BgClassName
{
background-color: #908127;
}
</style>
border-color css
<style>
span { border-color: #908127; }
span { border-color: rgb(144,129,39); }
td.TdClassName
{
border-color: #908127;
}
.TagClassName
{
border-color: #908127;
}
</style>