Shades of Lemon Ginger #908525
Tints of Lemon Ginger #908525
RGB
CMYK
RGB Variations
Color information
#908525 (or 0x908525) is known color: Lemon Ginger. HEX triplet: 90, 85 and 25. RGB value is (144,133,37). Sum of RGB (Red+Green+Blue) = 144+133+37=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #908525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908525 is #6F7ADA. Grayscale: #7D7D7D. Windows color (decimal): -7305947 or 2459024. OLE color: 2459024.
HSL color Cylindrical-coordinate representation of color #908525: hue angle of 53.83º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #908525 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 37 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.44 |
| HSL | 53.83º | 0.59% | 0.35% | - |
| HSV(B) | 53.83º | 0.74% | 0.56% | - |
| XYZ | 20.22 | 22.84 | 5.09 | - |
| YUV | 125.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 37 | 0 | 0.08 | 0.74 | 0.44 | 53.83 | 0.59 | 0.35 |
| Hex | 90 | 85 | 25 | 0 | 8 | 4A | 2C | 36 | 3B | 23 |
| Octal | 220 | 205 | 45 | 0 | 10 | 112 | 54 | 66 | 73 | 43 |
| Binary | 10010000 | 10000101 | 100101 | 0 | 1000 | 1001010 | 101100 | 110110 | 111011 | 100011 |
Color Harmonies of #908525
Complementary color
Monochromatic Colors of #908525
Black with #908525
Text Example
Text Example
White with #908525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908525; }
p { color: rgb(144,133,37); }
H1.HeaderClassName
{
color: #908525;
}
.AnyTagClassName
{
color: #908525;
}
</style>
background-color css
<style>
a { background-color: #908525; }
a { background-color: rgb(144,133,37); }
div.DivClassName
{
background-color: #908525;
}
.BgClassName
{
background-color: #908525;
}
</style>
border-color css
<style>
span { border-color: #908525; }
span { border-color: rgb(144,133,37); }
td.TdClassName
{
border-color: #908525;
}
.TagClassName
{
border-color: #908525;
}
</style>