Shades of Lemon Ginger #988B1B
Tints of Lemon Ginger #988B1B
RGB
CMYK
RGB Variations
Color information
#988B1B (or 0x988B1B) is known color: Lemon Ginger. HEX triplet: 98, 8B and 1B. RGB value is (152,139,27). Sum of RGB (Red+Green+Blue) = 152+139+27=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #988B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B1B is #6774E4. Grayscale: #828282. Windows color (decimal): -6780133 or 1805208. OLE color: 1805208.
HSL color Cylindrical-coordinate representation of color #988B1B: hue angle of 53.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #988B1B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 27 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.40 |
| HSL | 53.76º | 0.7% | 0.35% | - |
| HSV(B) | 53.76º | 0.82% | 0.6% | - |
| XYZ | 22.38 | 25.22 | 4.73 | - |
| YUV | 130.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 27 | 0 | 0.09 | 0.82 | 0.40 | 53.76 | 0.7 | 0.35 |
| Hex | 98 | 8B | 1B | 0 | 9 | 52 | 28 | 36 | 46 | 23 |
| Octal | 230 | 213 | 33 | 0 | 11 | 122 | 50 | 66 | 106 | 43 |
| Binary | 10011000 | 10001011 | 11011 | 0 | 1001 | 1010010 | 101000 | 110110 | 1000110 | 100011 |
Color Harmonies of #988B1B
Complementary color
Monochromatic Colors of #988B1B
Black with #988B1B
Text Example
Text Example
White with #988B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B1B; }
p { color: rgb(152,139,27); }
H1.HeaderClassName
{
color: #988B1B;
}
.AnyTagClassName
{
color: #988B1B;
}
</style>
background-color css
<style>
a { background-color: #988B1B; }
a { background-color: rgb(152,139,27); }
div.DivClassName
{
background-color: #988B1B;
}
.BgClassName
{
background-color: #988B1B;
}
</style>
border-color css
<style>
span { border-color: #988B1B; }
span { border-color: rgb(152,139,27); }
td.TdClassName
{
border-color: #988B1B;
}
.TagClassName
{
border-color: #988B1B;
}
</style>