Shades of Lemon Ginger #998B2F
Tints of Lemon Ginger #998B2F
RGB
CMYK
RGB Variations
Color information
#998B2F (or 0x998B2F) is known color: Lemon Ginger. HEX triplet: 99, 8B and 2F. RGB value is (153,139,47). Sum of RGB (Red+Green+Blue) = 153+139+47=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #998B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B2F is #6674D0. Grayscale: #858585. Windows color (decimal): -6714577 or 3115929. OLE color: 3115929.
HSL color Cylindrical-coordinate representation of color #998B2F: hue angle of 52.08º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #998B2F is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 47 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.4 |
| HSL | 52.08º | 0.53% | 0.39% | - |
| HSV(B) | 52.08º | 0.69% | 0.6% | - |
| XYZ | 22.88 | 25.44 | 6.39 | - |
| YUV | 132.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 47 | 0 | 0.09 | 0.69 | 0.4 | 52.08 | 0.53 | 0.39 |
| Hex | 99 | 8B | 2F | 0 | 9 | 45 | 28 | 34 | 35 | 27 |
| Octal | 231 | 213 | 57 | 0 | 11 | 105 | 50 | 64 | 65 | 47 |
| Binary | 10011001 | 10001011 | 101111 | 0 | 1001 | 1000101 | 101000 | 110100 | 110101 | 100111 |
Color Harmonies of #998B2F
Complementary color
Monochromatic Colors of #998B2F
Black with #998B2F
Text Example
Text Example
White with #998B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B2F; }
p { color: rgb(153,139,47); }
H1.HeaderClassName
{
color: #998B2F;
}
.AnyTagClassName
{
color: #998B2F;
}
</style>
background-color css
<style>
a { background-color: #998B2F; }
a { background-color: rgb(153,139,47); }
div.DivClassName
{
background-color: #998B2F;
}
.BgClassName
{
background-color: #998B2F;
}
</style>
border-color css
<style>
span { border-color: #998B2F; }
span { border-color: rgb(153,139,47); }
td.TdClassName
{
border-color: #998B2F;
}
.TagClassName
{
border-color: #998B2F;
}
</style>