Shades of Lemon Ginger #998231
Tints of Lemon Ginger #998231
RGB
CMYK
RGB Variations
Color information
#998231 (or 0x998231) is known color: Lemon Ginger. HEX triplet: 99, 82 and 31. RGB value is (153,130,49). Sum of RGB (Red+Green+Blue) = 153+130+49=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #998231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998231 is #667DCE. Grayscale: #7F7F7F. Windows color (decimal): -6716879 or 3244697. OLE color: 3244697.
HSL color Cylindrical-coordinate representation of color #998231: hue angle of 46.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #998231 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 49 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.4 |
| HSL | 46.73º | 0.51% | 0.4% | - |
| HSV(B) | 46.73º | 0.68% | 0.6% | - |
| XYZ | 21.67 | 22.96 | 6.19 | - |
| YUV | 127.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 49 | 0 | 0.15 | 0.68 | 0.4 | 46.73 | 0.51 | 0.4 |
| Hex | 99 | 82 | 31 | 0 | F | 44 | 28 | 2F | 33 | 28 |
| Octal | 231 | 202 | 61 | 0 | 17 | 104 | 50 | 57 | 63 | 50 |
| Binary | 10011001 | 10000010 | 110001 | 0 | 1111 | 1000100 | 101000 | 101111 | 110011 | 101000 |
Color Harmonies of #998231
Complementary color
Monochromatic Colors of #998231
Black with #998231
Text Example
Text Example
White with #998231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998231; }
p { color: rgb(153,130,49); }
H1.HeaderClassName
{
color: #998231;
}
.AnyTagClassName
{
color: #998231;
}
</style>
background-color css
<style>
a { background-color: #998231; }
a { background-color: rgb(153,130,49); }
div.DivClassName
{
background-color: #998231;
}
.BgClassName
{
background-color: #998231;
}
</style>
border-color css
<style>
span { border-color: #998231; }
span { border-color: rgb(153,130,49); }
td.TdClassName
{
border-color: #998231;
}
.TagClassName
{
border-color: #998231;
}
</style>