Shades of Lemon Ginger #999125
Tints of Lemon Ginger #999125
RGB
CMYK
RGB Variations
Color information
#999125 (or 0x999125) is known color: Lemon Ginger. HEX triplet: 99, 91 and 25. RGB value is (153,145,37). Sum of RGB (Red+Green+Blue) = 153+145+37=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #999125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999125 is #666EDA. Grayscale: #878787. Windows color (decimal): -6713051 or 2462105. OLE color: 2462105.
HSL color Cylindrical-coordinate representation of color #999125: hue angle of 55.86º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #999125 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 37 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.4 |
| HSL | 55.86º | 0.61% | 0.37% | - |
| HSV(B) | 55.86º | 0.76% | 0.6% | - |
| XYZ | 23.6 | 27.16 | 5.75 | - |
| YUV | 135.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 37 | 0 | 0.05 | 0.76 | 0.4 | 55.86 | 0.61 | 0.37 |
| Hex | 99 | 91 | 25 | 0 | 5 | 4C | 28 | 38 | 3D | 25 |
| Octal | 231 | 221 | 45 | 0 | 5 | 114 | 50 | 70 | 75 | 45 |
| Binary | 10011001 | 10010001 | 100101 | 0 | 101 | 1001100 | 101000 | 111000 | 111101 | 100101 |
Color Harmonies of #999125
Complementary color
Monochromatic Colors of #999125
Black with #999125
Text Example
Text Example
White with #999125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999125; }
p { color: rgb(153,145,37); }
H1.HeaderClassName
{
color: #999125;
}
.AnyTagClassName
{
color: #999125;
}
</style>
background-color css
<style>
a { background-color: #999125; }
a { background-color: rgb(153,145,37); }
div.DivClassName
{
background-color: #999125;
}
.BgClassName
{
background-color: #999125;
}
</style>
border-color css
<style>
span { border-color: #999125; }
span { border-color: rgb(153,145,37); }
td.TdClassName
{
border-color: #999125;
}
.TagClassName
{
border-color: #999125;
}
</style>