Shades of Lemon Ginger #908522
Tints of Lemon Ginger #908522
RGB
CMYK
RGB Variations
Color information
#908522 (or 0x908522) is known color: Lemon Ginger. HEX triplet: 90, 85 and 22. RGB value is (144,133,34). Sum of RGB (Red+Green+Blue) = 144+133+34=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #908522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908522 is #6F7ADD. Grayscale: #7D7D7D. Windows color (decimal): -7305950 or 2262416. OLE color: 2262416.
HSL color Cylindrical-coordinate representation of color #908522: hue angle of 54º 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 #908522 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 34 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.44 |
| HSL | 54º | 0.62% | 0.35% | - |
| HSV(B) | 54º | 0.76% | 0.56% | - |
| XYZ | 20.18 | 22.82 | 4.85 | - |
| YUV | 125 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 34 | 0 | 0.08 | 0.76 | 0.44 | 54 | 0.62 | 0.35 |
| Hex | 90 | 85 | 22 | 0 | 8 | 4C | 2C | 36 | 3E | 23 |
| Octal | 220 | 205 | 42 | 0 | 10 | 114 | 54 | 66 | 76 | 43 |
| Binary | 10010000 | 10000101 | 100010 | 0 | 1000 | 1001100 | 101100 | 110110 | 111110 | 100011 |
Color Harmonies of #908522
Complementary color
Monochromatic Colors of #908522
Black with #908522
Text Example
Text Example
White with #908522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908522; }
p { color: rgb(144,133,34); }
H1.HeaderClassName
{
color: #908522;
}
.AnyTagClassName
{
color: #908522;
}
</style>
background-color css
<style>
a { background-color: #908522; }
a { background-color: rgb(144,133,34); }
div.DivClassName
{
background-color: #908522;
}
.BgClassName
{
background-color: #908522;
}
</style>
border-color css
<style>
span { border-color: #908522; }
span { border-color: rgb(144,133,34); }
td.TdClassName
{
border-color: #908522;
}
.TagClassName
{
border-color: #908522;
}
</style>