Shades of Lemon Ginger #998E2B
Tints of Lemon Ginger #998E2B
RGB
CMYK
RGB Variations
Color information
#998E2B (or 0x998E2B) is known color: Lemon Ginger. HEX triplet: 99, 8E and 2B. RGB value is (153,142,43). Sum of RGB (Red+Green+Blue) = 153+142+43=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #998E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E2B is #6671D4. Grayscale: #868686. Windows color (decimal): -6713813 or 2854553. OLE color: 2854553.
HSL color Cylindrical-coordinate representation of color #998E2B: hue angle of 54º 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 #998E2B is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 43 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.4 |
| HSL | 54º | 0.56% | 0.38% | - |
| HSV(B) | 54º | 0.72% | 0.6% | - |
| XYZ | 23.25 | 26.29 | 6.14 | - |
| YUV | 134 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 43 | 0 | 0.07 | 0.72 | 0.4 | 54 | 0.56 | 0.38 |
| Hex | 99 | 8E | 2B | 0 | 7 | 48 | 28 | 36 | 38 | 26 |
| Octal | 231 | 216 | 53 | 0 | 7 | 110 | 50 | 66 | 70 | 46 |
| Binary | 10011001 | 10001110 | 101011 | 0 | 111 | 1001000 | 101000 | 110110 | 111000 | 100110 |
Color Harmonies of #998E2B
Complementary color
Monochromatic Colors of #998E2B
Black with #998E2B
Text Example
Text Example
White with #998E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E2B; }
p { color: rgb(153,142,43); }
H1.HeaderClassName
{
color: #998E2B;
}
.AnyTagClassName
{
color: #998E2B;
}
</style>
background-color css
<style>
a { background-color: #998E2B; }
a { background-color: rgb(153,142,43); }
div.DivClassName
{
background-color: #998E2B;
}
.BgClassName
{
background-color: #998E2B;
}
</style>
border-color css
<style>
span { border-color: #998E2B; }
span { border-color: rgb(153,142,43); }
td.TdClassName
{
border-color: #998E2B;
}
.TagClassName
{
border-color: #998E2B;
}
</style>