Shades of Lemon Ginger #908521
Tints of Lemon Ginger #908521
RGB
CMYK
RGB Variations
Color information
#908521 (or 0x908521) is known color: Lemon Ginger. HEX triplet: 90, 85 and 21. RGB value is (144,133,33). Sum of RGB (Red+Green+Blue) = 144+133+33=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #908521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908521 is #6F7ADE. Grayscale: #7D7D7D. Windows color (decimal): -7305951 or 2196880. OLE color: 2196880.
HSL color Cylindrical-coordinate representation of color #908521: hue angle of 54.05º 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 #908521 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 33 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.44 |
| HSL | 54.05º | 0.63% | 0.35% | - |
| HSV(B) | 54.05º | 0.77% | 0.56% | - |
| XYZ | 20.16 | 22.81 | 4.78 | - |
| YUV | 124.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 33 | 0 | 0.08 | 0.77 | 0.44 | 54.05 | 0.63 | 0.35 |
| Hex | 90 | 85 | 21 | 0 | 8 | 4D | 2C | 36 | 3F | 23 |
| Octal | 220 | 205 | 41 | 0 | 10 | 115 | 54 | 66 | 77 | 43 |
| Binary | 10010000 | 10000101 | 100001 | 0 | 1000 | 1001101 | 101100 | 110110 | 111111 | 100011 |
Color Harmonies of #908521
Complementary color
Monochromatic Colors of #908521
Black with #908521
Text Example
Text Example
White with #908521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908521; }
p { color: rgb(144,133,33); }
H1.HeaderClassName
{
color: #908521;
}
.AnyTagClassName
{
color: #908521;
}
</style>
background-color css
<style>
a { background-color: #908521; }
a { background-color: rgb(144,133,33); }
div.DivClassName
{
background-color: #908521;
}
.BgClassName
{
background-color: #908521;
}
</style>
border-color css
<style>
span { border-color: #908521; }
span { border-color: rgb(144,133,33); }
td.TdClassName
{
border-color: #908521;
}
.TagClassName
{
border-color: #908521;
}
</style>