Shades of Lemon Ginger #908421
Tints of Lemon Ginger #908421
RGB
CMYK
RGB Variations
Color information
#908421 (or 0x908421) is known color: Lemon Ginger. HEX triplet: 90, 84 and 21. RGB value is (144,132,33). Sum of RGB (Red+Green+Blue) = 144+132+33=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #908421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908421 is #6F7BDE. Grayscale: #7C7C7C. Windows color (decimal): -7306207 or 2196624. OLE color: 2196624.
HSL color Cylindrical-coordinate representation of color #908421: hue angle of 53.51º 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 #908421 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 33 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.44 |
| HSL | 53.51º | 0.63% | 0.35% | - |
| HSV(B) | 53.51º | 0.77% | 0.56% | - |
| XYZ | 20.03 | 22.54 | 4.73 | - |
| YUV | 124.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 33 | 0 | 0.08 | 0.77 | 0.44 | 53.51 | 0.63 | 0.35 |
| Hex | 90 | 84 | 21 | 0 | 8 | 4D | 2C | 36 | 3F | 23 |
| Octal | 220 | 204 | 41 | 0 | 10 | 115 | 54 | 66 | 77 | 43 |
| Binary | 10010000 | 10000100 | 100001 | 0 | 1000 | 1001101 | 101100 | 110110 | 111111 | 100011 |
Color Harmonies of #908421
Complementary color
Monochromatic Colors of #908421
Black with #908421
Text Example
Text Example
White with #908421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908421; }
p { color: rgb(144,132,33); }
H1.HeaderClassName
{
color: #908421;
}
.AnyTagClassName
{
color: #908421;
}
</style>
background-color css
<style>
a { background-color: #908421; }
a { background-color: rgb(144,132,33); }
div.DivClassName
{
background-color: #908421;
}
.BgClassName
{
background-color: #908421;
}
</style>
border-color css
<style>
span { border-color: #908421; }
span { border-color: rgb(144,132,33); }
td.TdClassName
{
border-color: #908421;
}
.TagClassName
{
border-color: #908421;
}
</style>