Shades of Lemon Ginger #999226
Tints of Lemon Ginger #999226
RGB
CMYK
RGB Variations
Color information
#999226 (or 0x999226) is known color: Lemon Ginger. HEX triplet: 99, 92 and 26. RGB value is (153,146,38). Sum of RGB (Red+Green+Blue) = 153+146+38=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #999226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999226 is #666DD9. Grayscale: #888888. Windows color (decimal): -6712794 or 2527897. OLE color: 2527897.
HSL color Cylindrical-coordinate representation of color #999226: hue angle of 56.35º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #999226 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 38 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.4 |
| HSL | 56.35º | 0.6% | 0.37% | - |
| HSV(B) | 56.35º | 0.75% | 0.6% | - |
| XYZ | 23.77 | 27.47 | 5.88 | - |
| YUV | 135.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 38 | 0 | 0.05 | 0.75 | 0.4 | 56.35 | 0.6 | 0.37 |
| Hex | 99 | 92 | 26 | 0 | 5 | 4B | 28 | 38 | 3C | 25 |
| Octal | 231 | 222 | 46 | 0 | 5 | 113 | 50 | 70 | 74 | 45 |
| Binary | 10011001 | 10010010 | 100110 | 0 | 101 | 1001011 | 101000 | 111000 | 111100 | 100101 |
Color Harmonies of #999226
Complementary color
Monochromatic Colors of #999226
Black with #999226
Text Example
Text Example
White with #999226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999226; }
p { color: rgb(153,146,38); }
H1.HeaderClassName
{
color: #999226;
}
.AnyTagClassName
{
color: #999226;
}
</style>
background-color css
<style>
a { background-color: #999226; }
a { background-color: rgb(153,146,38); }
div.DivClassName
{
background-color: #999226;
}
.BgClassName
{
background-color: #999226;
}
</style>
border-color css
<style>
span { border-color: #999226; }
span { border-color: rgb(153,146,38); }
td.TdClassName
{
border-color: #999226;
}
.TagClassName
{
border-color: #999226;
}
</style>