Shades of Lemon Ginger #948B1B
Tints of Lemon Ginger #948B1B
RGB
CMYK
RGB Variations
Color information
#948B1B (or 0x948B1B) is known color: Lemon Ginger. HEX triplet: 94, 8B and 1B. RGB value is (148,139,27). Sum of RGB (Red+Green+Blue) = 148+139+27=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #948B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B1B is #6B74E4. Grayscale: #818181. Windows color (decimal): -7042277 or 1805204. OLE color: 1805204.
HSL color Cylindrical-coordinate representation of color #948B1B: hue angle of 55.54º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #948B1B is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 27 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.42 |
| HSL | 55.54º | 0.69% | 0.34% | - |
| HSV(B) | 55.54º | 0.82% | 0.58% | - |
| XYZ | 21.64 | 24.84 | 4.69 | - |
| YUV | 128.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 27 | 0 | 0.06 | 0.82 | 0.42 | 55.54 | 0.69 | 0.34 |
| Hex | 94 | 8B | 1B | 0 | 6 | 52 | 2A | 38 | 45 | 22 |
| Octal | 224 | 213 | 33 | 0 | 6 | 122 | 52 | 70 | 105 | 42 |
| Binary | 10010100 | 10001011 | 11011 | 0 | 110 | 1010010 | 101010 | 111000 | 1000101 | 100010 |
Color Harmonies of #948B1B
Complementary color
Monochromatic Colors of #948B1B
Black with #948B1B
Text Example
Text Example
White with #948B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B1B; }
p { color: rgb(148,139,27); }
H1.HeaderClassName
{
color: #948B1B;
}
.AnyTagClassName
{
color: #948B1B;
}
</style>
background-color css
<style>
a { background-color: #948B1B; }
a { background-color: rgb(148,139,27); }
div.DivClassName
{
background-color: #948B1B;
}
.BgClassName
{
background-color: #948B1B;
}
</style>
border-color css
<style>
span { border-color: #948B1B; }
span { border-color: rgb(148,139,27); }
td.TdClassName
{
border-color: #948B1B;
}
.TagClassName
{
border-color: #948B1B;
}
</style>