Shades of Lemon Ginger #908412
Tints of Lemon Ginger #908412
RGB
CMYK
RGB Variations
Color information
#908412 (or 0x908412) is known color: Lemon Ginger. HEX triplet: 90, 84 and 12. RGB value is (144,132,18). Sum of RGB (Red+Green+Blue) = 144+132+18=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #908412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908412 is #6F7BED. Grayscale: #7B7B7B. Windows color (decimal): -7306222 or 1213584. OLE color: 1213584.
HSL color Cylindrical-coordinate representation of color #908412: hue angle of 54.29º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #908412 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 18 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.44 |
| HSL | 54.29º | 0.78% | 0.32% | - |
| HSV(B) | 54.29º | 0.88% | 0.56% | - |
| XYZ | 19.86 | 22.48 | 3.86 | - |
| YUV | 122.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 18 | 0 | 0.08 | 0.88 | 0.44 | 54.29 | 0.78 | 0.32 |
| Hex | 90 | 84 | 12 | 0 | 8 | 58 | 2C | 36 | 4E | 20 |
| Octal | 220 | 204 | 22 | 0 | 10 | 130 | 54 | 66 | 116 | 40 |
| Binary | 10010000 | 10000100 | 10010 | 0 | 1000 | 1011000 | 101100 | 110110 | 1001110 | 100000 |
Color Harmonies of #908412
Complementary color
Monochromatic Colors of #908412
Black with #908412
Text Example
Text Example
White with #908412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908412; }
p { color: rgb(144,132,18); }
H1.HeaderClassName
{
color: #908412;
}
.AnyTagClassName
{
color: #908412;
}
</style>
background-color css
<style>
a { background-color: #908412; }
a { background-color: rgb(144,132,18); }
div.DivClassName
{
background-color: #908412;
}
.BgClassName
{
background-color: #908412;
}
</style>
border-color css
<style>
span { border-color: #908412; }
span { border-color: rgb(144,132,18); }
td.TdClassName
{
border-color: #908412;
}
.TagClassName
{
border-color: #908412;
}
</style>