Shades of Lemon Ginger #98862B
Tints of Lemon Ginger #98862B
RGB
CMYK
RGB Variations
Color information
#98862B (or 0x98862B) is known color: Lemon Ginger. HEX triplet: 98, 86 and 2B. RGB value is (152,134,43). Sum of RGB (Red+Green+Blue) = 152+134+43=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98862B is #6779D4. Grayscale: #818181. Windows color (decimal): -6781397 or 2852504. OLE color: 2852504.
HSL color Cylindrical-coordinate representation of color #98862B: hue angle of 50.09º 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 #98862B is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 43 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.40 |
| HSL | 50.09º | 0.56% | 0.38% | - |
| HSV(B) | 50.09º | 0.72% | 0.6% | - |
| XYZ | 21.91 | 23.9 | 5.74 | - |
| YUV | 129.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 43 | 0 | 0.12 | 0.72 | 0.40 | 50.09 | 0.56 | 0.38 |
| Hex | 98 | 86 | 2B | 0 | C | 48 | 28 | 32 | 38 | 26 |
| Octal | 230 | 206 | 53 | 0 | 14 | 110 | 50 | 62 | 70 | 46 |
| Binary | 10011000 | 10000110 | 101011 | 0 | 1100 | 1001000 | 101000 | 110010 | 111000 | 100110 |
Color Harmonies of #98862B
Complementary color
Monochromatic Colors of #98862B
Black with #98862B
Text Example
Text Example
White with #98862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98862B; }
p { color: rgb(152,134,43); }
H1.HeaderClassName
{
color: #98862B;
}
.AnyTagClassName
{
color: #98862B;
}
</style>
background-color css
<style>
a { background-color: #98862B; }
a { background-color: rgb(152,134,43); }
div.DivClassName
{
background-color: #98862B;
}
.BgClassName
{
background-color: #98862B;
}
</style>
border-color css
<style>
span { border-color: #98862B; }
span { border-color: rgb(152,134,43); }
td.TdClassName
{
border-color: #98862B;
}
.TagClassName
{
border-color: #98862B;
}
</style>