Shades of Lemon Ginger #999123
Tints of Lemon Ginger #999123
RGB
CMYK
RGB Variations
Color information
#999123 (or 0x999123) is known color: Lemon Ginger. HEX triplet: 99, 91 and 23. RGB value is (153,145,35). Sum of RGB (Red+Green+Blue) = 153+145+35=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #999123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999123 is #666EDC. Grayscale: #878787. Windows color (decimal): -6713053 or 2331033. OLE color: 2331033.
HSL color Cylindrical-coordinate representation of color #999123: hue angle of 55.93º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #999123 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 35 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.4 |
| HSL | 55.93º | 0.63% | 0.37% | - |
| HSV(B) | 55.93º | 0.77% | 0.6% | - |
| XYZ | 23.57 | 27.14 | 5.59 | - |
| YUV | 134.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 35 | 0 | 0.05 | 0.77 | 0.4 | 55.93 | 0.63 | 0.37 |
| Hex | 99 | 91 | 23 | 0 | 5 | 4D | 28 | 38 | 3F | 25 |
| Octal | 231 | 221 | 43 | 0 | 5 | 115 | 50 | 70 | 77 | 45 |
| Binary | 10011001 | 10010001 | 100011 | 0 | 101 | 1001101 | 101000 | 111000 | 111111 | 100101 |
Color Harmonies of #999123
Complementary color
Monochromatic Colors of #999123
Black with #999123
Text Example
Text Example
White with #999123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999123; }
p { color: rgb(153,145,35); }
H1.HeaderClassName
{
color: #999123;
}
.AnyTagClassName
{
color: #999123;
}
</style>
background-color css
<style>
a { background-color: #999123; }
a { background-color: rgb(153,145,35); }
div.DivClassName
{
background-color: #999123;
}
.BgClassName
{
background-color: #999123;
}
</style>
border-color css
<style>
span { border-color: #999123; }
span { border-color: rgb(153,145,35); }
td.TdClassName
{
border-color: #999123;
}
.TagClassName
{
border-color: #999123;
}
</style>