Shades of Lemon Ginger #948824
Tints of Lemon Ginger #948824
RGB
CMYK
RGB Variations
Color information
#948824 (or 0x948824) is known color: Lemon Ginger. HEX triplet: 94, 88 and 24. RGB value is (148,136,36). Sum of RGB (Red+Green+Blue) = 148+136+36=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #948824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948824 is #6B77DB. Grayscale: #808080. Windows color (decimal): -7043036 or 2394260. OLE color: 2394260.
HSL color Cylindrical-coordinate representation of color #948824: hue angle of 53.57º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #948824 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 36 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.42 |
| HSL | 53.57º | 0.61% | 0.36% | - |
| HSV(B) | 53.57º | 0.76% | 0.58% | - |
| XYZ | 21.34 | 24.03 | 5.18 | - |
| YUV | 128.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 36 | 0 | 0.08 | 0.76 | 0.42 | 53.57 | 0.61 | 0.36 |
| Hex | 94 | 88 | 24 | 0 | 8 | 4C | 2A | 36 | 3D | 24 |
| Octal | 224 | 210 | 44 | 0 | 10 | 114 | 52 | 66 | 75 | 44 |
| Binary | 10010100 | 10001000 | 100100 | 0 | 1000 | 1001100 | 101010 | 110110 | 111101 | 100100 |
Color Harmonies of #948824
Complementary color
Monochromatic Colors of #948824
Black with #948824
Text Example
Text Example
White with #948824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948824; }
p { color: rgb(148,136,36); }
H1.HeaderClassName
{
color: #948824;
}
.AnyTagClassName
{
color: #948824;
}
</style>
background-color css
<style>
a { background-color: #948824; }
a { background-color: rgb(148,136,36); }
div.DivClassName
{
background-color: #948824;
}
.BgClassName
{
background-color: #948824;
}
</style>
border-color css
<style>
span { border-color: #948824; }
span { border-color: rgb(148,136,36); }
td.TdClassName
{
border-color: #948824;
}
.TagClassName
{
border-color: #948824;
}
</style>