Shades of Lemon Ginger #998F26
Tints of Lemon Ginger #998F26
RGB
CMYK
RGB Variations
Color information
#998F26 (or 0x998F26) is known color: Lemon Ginger. HEX triplet: 99, 8F and 26. RGB value is (153,143,38). Sum of RGB (Red+Green+Blue) = 153+143+38=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #998F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F26 is #6670D9. Grayscale: #868686. Windows color (decimal): -6713562 or 2527129. OLE color: 2527129.
HSL color Cylindrical-coordinate representation of color #998F26: hue angle of 54.78º 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 #998F26 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 38 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.4 |
| HSL | 54.78º | 0.6% | 0.37% | - |
| HSV(B) | 54.78º | 0.75% | 0.6% | - |
| XYZ | 23.31 | 26.56 | 5.73 | - |
| YUV | 134.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 38 | 0 | 0.07 | 0.75 | 0.4 | 54.78 | 0.6 | 0.37 |
| Hex | 99 | 8F | 26 | 0 | 7 | 4B | 28 | 37 | 3C | 25 |
| Octal | 231 | 217 | 46 | 0 | 7 | 113 | 50 | 67 | 74 | 45 |
| Binary | 10011001 | 10001111 | 100110 | 0 | 111 | 1001011 | 101000 | 110111 | 111100 | 100101 |
Color Harmonies of #998F26
Complementary color
Monochromatic Colors of #998F26
Black with #998F26
Text Example
Text Example
White with #998F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F26; }
p { color: rgb(153,143,38); }
H1.HeaderClassName
{
color: #998F26;
}
.AnyTagClassName
{
color: #998F26;
}
</style>
background-color css
<style>
a { background-color: #998F26; }
a { background-color: rgb(153,143,38); }
div.DivClassName
{
background-color: #998F26;
}
.BgClassName
{
background-color: #998F26;
}
</style>
border-color css
<style>
span { border-color: #998F26; }
span { border-color: rgb(153,143,38); }
td.TdClassName
{
border-color: #998F26;
}
.TagClassName
{
border-color: #998F26;
}
</style>