Shades of Lemon Ginger #908121
Tints of Lemon Ginger #908121
RGB
CMYK
RGB Variations
Color information
#908121 (or 0x908121) is known color: Lemon Ginger. HEX triplet: 90, 81 and 21. RGB value is (144,129,33). Sum of RGB (Red+Green+Blue) = 144+129+33=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #908121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908121 is #6F7EDE. Grayscale: #7A7A7A. Windows color (decimal): -7306975 or 2195856. OLE color: 2195856.
HSL color Cylindrical-coordinate representation of color #908121: hue angle of 51.89º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #908121 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 33 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.44 |
| HSL | 51.89º | 0.63% | 0.35% | - |
| HSV(B) | 51.89º | 0.77% | 0.56% | - |
| XYZ | 19.63 | 21.74 | 4.6 | - |
| YUV | 122.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 33 | 0 | 0.10 | 0.77 | 0.44 | 51.89 | 0.63 | 0.35 |
| Hex | 90 | 81 | 21 | 0 | A | 4D | 2C | 34 | 3F | 23 |
| Octal | 220 | 201 | 41 | 0 | 12 | 115 | 54 | 64 | 77 | 43 |
| Binary | 10010000 | 10000001 | 100001 | 0 | 1010 | 1001101 | 101100 | 110100 | 111111 | 100011 |
Color Harmonies of #908121
Complementary color
Monochromatic Colors of #908121
Black with #908121
Text Example
Text Example
White with #908121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908121; }
p { color: rgb(144,129,33); }
H1.HeaderClassName
{
color: #908121;
}
.AnyTagClassName
{
color: #908121;
}
</style>
background-color css
<style>
a { background-color: #908121; }
a { background-color: rgb(144,129,33); }
div.DivClassName
{
background-color: #908121;
}
.BgClassName
{
background-color: #908121;
}
</style>
border-color css
<style>
span { border-color: #908121; }
span { border-color: rgb(144,129,33); }
td.TdClassName
{
border-color: #908121;
}
.TagClassName
{
border-color: #908121;
}
</style>