Shades of Lemon Ginger #998133
Tints of Lemon Ginger #998133
RGB
CMYK
RGB Variations
Color information
#998133 (or 0x998133) is known color: Lemon Ginger. HEX triplet: 99, 81 and 33. RGB value is (153,129,51). Sum of RGB (Red+Green+Blue) = 153+129+51=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #998133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998133 is #667ECC. Grayscale: #7F7F7F. Windows color (decimal): -6717133 or 3375513. OLE color: 3375513.
HSL color Cylindrical-coordinate representation of color #998133: hue angle of 45.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #998133 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 51 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.4 |
| HSL | 45.88º | 0.5% | 0.4% | - |
| HSV(B) | 45.88º | 0.67% | 0.6% | - |
| XYZ | 21.58 | 22.71 | 6.38 | - |
| YUV | 127.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 51 | 0 | 0.16 | 0.67 | 0.4 | 45.88 | 0.5 | 0.4 |
| Hex | 99 | 81 | 33 | 0 | 10 | 43 | 28 | 2E | 32 | 28 |
| Octal | 231 | 201 | 63 | 0 | 20 | 103 | 50 | 56 | 62 | 50 |
| Binary | 10011001 | 10000001 | 110011 | 0 | 10000 | 1000011 | 101000 | 101110 | 110010 | 101000 |
Color Harmonies of #998133
Complementary color
Monochromatic Colors of #998133
Black with #998133
Text Example
Text Example
White with #998133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998133; }
p { color: rgb(153,129,51); }
H1.HeaderClassName
{
color: #998133;
}
.AnyTagClassName
{
color: #998133;
}
</style>
background-color css
<style>
a { background-color: #998133; }
a { background-color: rgb(153,129,51); }
div.DivClassName
{
background-color: #998133;
}
.BgClassName
{
background-color: #998133;
}
</style>
border-color css
<style>
span { border-color: #998133; }
span { border-color: rgb(153,129,51); }
td.TdClassName
{
border-color: #998133;
}
.TagClassName
{
border-color: #998133;
}
</style>