Shades of Lemon Ginger #999128
Tints of Lemon Ginger #999128
RGB
CMYK
RGB Variations
Color information
#999128 (or 0x999128) is known color: Lemon Ginger. HEX triplet: 99, 91 and 28. RGB value is (153,145,40). Sum of RGB (Red+Green+Blue) = 153+145+40=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #999128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999128 is #666ED7. Grayscale: #878787. Windows color (decimal): -6713048 or 2658713. OLE color: 2658713.
HSL color Cylindrical-coordinate representation of color #999128: hue angle of 55.75º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #999128 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 40 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.4 |
| HSL | 55.75º | 0.59% | 0.38% | - |
| HSV(B) | 55.75º | 0.74% | 0.6% | - |
| XYZ | 23.65 | 27.18 | 6.01 | - |
| YUV | 135.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 40 | 0 | 0.05 | 0.74 | 0.4 | 55.75 | 0.59 | 0.38 |
| Hex | 99 | 91 | 28 | 0 | 5 | 4A | 28 | 38 | 3B | 26 |
| Octal | 231 | 221 | 50 | 0 | 5 | 112 | 50 | 70 | 73 | 46 |
| Binary | 10011001 | 10010001 | 101000 | 0 | 101 | 1001010 | 101000 | 111000 | 111011 | 100110 |
Color Harmonies of #999128
Complementary color
Monochromatic Colors of #999128
Black with #999128
Text Example
Text Example
White with #999128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999128; }
p { color: rgb(153,145,40); }
H1.HeaderClassName
{
color: #999128;
}
.AnyTagClassName
{
color: #999128;
}
</style>
background-color css
<style>
a { background-color: #999128; }
a { background-color: rgb(153,145,40); }
div.DivClassName
{
background-color: #999128;
}
.BgClassName
{
background-color: #999128;
}
</style>
border-color css
<style>
span { border-color: #999128; }
span { border-color: rgb(153,145,40); }
td.TdClassName
{
border-color: #999128;
}
.TagClassName
{
border-color: #999128;
}
</style>