Shades of Lemon Ginger #998627
Tints of Lemon Ginger #998627
RGB
CMYK
RGB Variations
Color information
#998627 (or 0x998627) is known color: Lemon Ginger. HEX triplet: 99, 86 and 27. RGB value is (153,134,39). Sum of RGB (Red+Green+Blue) = 153+134+39=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #998627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998627 is #6679D8. Grayscale: #818181. Windows color (decimal): -6715865 or 2590361. OLE color: 2590361.
HSL color Cylindrical-coordinate representation of color #998627: hue angle of 50º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #998627 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 39 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.4 |
| HSL | 50º | 0.59% | 0.38% | - |
| HSV(B) | 50º | 0.75% | 0.6% | - |
| XYZ | 22.03 | 23.97 | 5.38 | - |
| YUV | 128.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 39 | 0 | 0.12 | 0.75 | 0.4 | 50 | 0.59 | 0.38 |
| Hex | 99 | 86 | 27 | 0 | C | 4B | 28 | 32 | 3B | 26 |
| Octal | 231 | 206 | 47 | 0 | 14 | 113 | 50 | 62 | 73 | 46 |
| Binary | 10011001 | 10000110 | 100111 | 0 | 1100 | 1001011 | 101000 | 110010 | 111011 | 100110 |
Color Harmonies of #998627
Complementary color
Monochromatic Colors of #998627
Black with #998627
Text Example
Text Example
White with #998627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998627; }
p { color: rgb(153,134,39); }
H1.HeaderClassName
{
color: #998627;
}
.AnyTagClassName
{
color: #998627;
}
</style>
background-color css
<style>
a { background-color: #998627; }
a { background-color: rgb(153,134,39); }
div.DivClassName
{
background-color: #998627;
}
.BgClassName
{
background-color: #998627;
}
</style>
border-color css
<style>
span { border-color: #998627; }
span { border-color: rgb(153,134,39); }
td.TdClassName
{
border-color: #998627;
}
.TagClassName
{
border-color: #998627;
}
</style>