Shades of Lemon Ginger #908122
Tints of Lemon Ginger #908122
RGB
CMYK
RGB Variations
Color information
#908122 (or 0x908122) is known color: Lemon Ginger. HEX triplet: 90, 81 and 22. RGB value is (144,129,34). Sum of RGB (Red+Green+Blue) = 144+129+34=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #908122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908122 is #6F7EDD. Grayscale: #7B7B7B. Windows color (decimal): -7306974 or 2261392. OLE color: 2261392.
HSL color Cylindrical-coordinate representation of color #908122: hue angle of 51.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #908122 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 34 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.44 |
| HSL | 51.82º | 0.62% | 0.35% | - |
| HSV(B) | 51.82º | 0.76% | 0.56% | - |
| XYZ | 19.64 | 21.75 | 4.68 | - |
| YUV | 122.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 34 | 0 | 0.10 | 0.76 | 0.44 | 51.82 | 0.62 | 0.35 |
| Hex | 90 | 81 | 22 | 0 | A | 4C | 2C | 34 | 3E | 23 |
| Octal | 220 | 201 | 42 | 0 | 12 | 114 | 54 | 64 | 76 | 43 |
| Binary | 10010000 | 10000001 | 100010 | 0 | 1010 | 1001100 | 101100 | 110100 | 111110 | 100011 |
Color Harmonies of #908122
Complementary color
Monochromatic Colors of #908122
Black with #908122
Text Example
Text Example
White with #908122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908122; }
p { color: rgb(144,129,34); }
H1.HeaderClassName
{
color: #908122;
}
.AnyTagClassName
{
color: #908122;
}
</style>
background-color css
<style>
a { background-color: #908122; }
a { background-color: rgb(144,129,34); }
div.DivClassName
{
background-color: #908122;
}
.BgClassName
{
background-color: #908122;
}
</style>
border-color css
<style>
span { border-color: #908122; }
span { border-color: rgb(144,129,34); }
td.TdClassName
{
border-color: #908122;
}
.TagClassName
{
border-color: #908122;
}
</style>