Shades of Lemon Ginger #948925
Tints of Lemon Ginger #948925
RGB
CMYK
RGB Variations
Color information
#948925 (or 0x948925) is known color: Lemon Ginger. HEX triplet: 94, 89 and 25. RGB value is (148,137,37). Sum of RGB (Red+Green+Blue) = 148+137+37=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #948925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948925 is #6B76DA. Grayscale: #818181. Windows color (decimal): -7042779 or 2460052. OLE color: 2460052.
HSL color Cylindrical-coordinate representation of color #948925: hue angle of 54.05º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #948925 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 137 | 37 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.42 |
| HSL | 54.05º | 0.6% | 0.36% | - |
| HSV(B) | 54.05º | 0.75% | 0.58% | - |
| XYZ | 21.49 | 24.32 | 5.31 | - |
| YUV | 128.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 37 | 0 | 0.07 | 0.75 | 0.42 | 54.05 | 0.6 | 0.36 |
| Hex | 94 | 89 | 25 | 0 | 7 | 4B | 2A | 36 | 3C | 24 |
| Octal | 224 | 211 | 45 | 0 | 7 | 113 | 52 | 66 | 74 | 44 |
| Binary | 10010100 | 10001001 | 100101 | 0 | 111 | 1001011 | 101010 | 110110 | 111100 | 100100 |
Color Harmonies of #948925
Complementary color
Monochromatic Colors of #948925
Black with #948925
Text Example
Text Example
White with #948925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948925; }
p { color: rgb(148,137,37); }
H1.HeaderClassName
{
color: #948925;
}
.AnyTagClassName
{
color: #948925;
}
</style>
background-color css
<style>
a { background-color: #948925; }
a { background-color: rgb(148,137,37); }
div.DivClassName
{
background-color: #948925;
}
.BgClassName
{
background-color: #948925;
}
</style>
border-color css
<style>
span { border-color: #948925; }
span { border-color: rgb(148,137,37); }
td.TdClassName
{
border-color: #948925;
}
.TagClassName
{
border-color: #948925;
}
</style>