Shades of Lemon Ginger #988B2B
Tints of Lemon Ginger #988B2B
RGB
CMYK
RGB Variations
Color information
#988B2B (or 0x988B2B) is known color: Lemon Ginger. HEX triplet: 98, 8B and 2B. RGB value is (152,139,43). Sum of RGB (Red+Green+Blue) = 152+139+43=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #988B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B2B is #6774D4. Grayscale: #848484. Windows color (decimal): -6780117 or 2853784. OLE color: 2853784.
HSL color Cylindrical-coordinate representation of color #988B2B: hue angle of 52.84º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #988B2B is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 43 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.40 |
| HSL | 52.84º | 0.56% | 0.38% | - |
| HSV(B) | 52.84º | 0.72% | 0.6% | - |
| XYZ | 22.62 | 25.32 | 5.98 | - |
| YUV | 131.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 43 | 0 | 0.09 | 0.72 | 0.40 | 52.84 | 0.56 | 0.38 |
| Hex | 98 | 8B | 2B | 0 | 9 | 48 | 28 | 35 | 38 | 26 |
| Octal | 230 | 213 | 53 | 0 | 11 | 110 | 50 | 65 | 70 | 46 |
| Binary | 10011000 | 10001011 | 101011 | 0 | 1001 | 1001000 | 101000 | 110101 | 111000 | 100110 |
Color Harmonies of #988B2B
Complementary color
Monochromatic Colors of #988B2B
Black with #988B2B
Text Example
Text Example
White with #988B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B2B; }
p { color: rgb(152,139,43); }
H1.HeaderClassName
{
color: #988B2B;
}
.AnyTagClassName
{
color: #988B2B;
}
</style>
background-color css
<style>
a { background-color: #988B2B; }
a { background-color: rgb(152,139,43); }
div.DivClassName
{
background-color: #988B2B;
}
.BgClassName
{
background-color: #988B2B;
}
</style>
border-color css
<style>
span { border-color: #988B2B; }
span { border-color: rgb(152,139,43); }
td.TdClassName
{
border-color: #988B2B;
}
.TagClassName
{
border-color: #988B2B;
}
</style>