Shades of Lemon Ginger #908120
Tints of Lemon Ginger #908120
RGB
CMYK
RGB Variations
Color information
#908120 (or 0x908120) is known color: Lemon Ginger. HEX triplet: 90, 81 and 20. RGB value is (144,129,32). Sum of RGB (Red+Green+Blue) = 144+129+32=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #908120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908120 is #6F7EDF. Grayscale: #7A7A7A. Windows color (decimal): -7306976 or 2130320. OLE color: 2130320.
HSL color Cylindrical-coordinate representation of color #908120: hue angle of 51.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #908120 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 32 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.44 |
| HSL | 51.96º | 0.64% | 0.35% | - |
| HSV(B) | 51.96º | 0.78% | 0.56% | - |
| XYZ | 19.61 | 21.73 | 4.53 | - |
| YUV | 122.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 32 | 0 | 0.10 | 0.78 | 0.44 | 51.96 | 0.64 | 0.35 |
| Hex | 90 | 81 | 20 | 0 | A | 4E | 2C | 34 | 40 | 23 |
| Octal | 220 | 201 | 40 | 0 | 12 | 116 | 54 | 64 | 100 | 43 |
| Binary | 10010000 | 10000001 | 100000 | 0 | 1010 | 1001110 | 101100 | 110100 | 1000000 | 100011 |
Color Harmonies of #908120
Complementary color
Monochromatic Colors of #908120
Black with #908120
Text Example
Text Example
White with #908120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908120; }
p { color: rgb(144,129,32); }
H1.HeaderClassName
{
color: #908120;
}
.AnyTagClassName
{
color: #908120;
}
</style>
background-color css
<style>
a { background-color: #908120; }
a { background-color: rgb(144,129,32); }
div.DivClassName
{
background-color: #908120;
}
.BgClassName
{
background-color: #908120;
}
</style>
border-color css
<style>
span { border-color: #908120; }
span { border-color: rgb(144,129,32); }
td.TdClassName
{
border-color: #908120;
}
.TagClassName
{
border-color: #908120;
}
</style>