Shades of Lemon Ginger #988F23
Tints of Lemon Ginger #988F23
RGB
CMYK
RGB Variations
Color information
#988F23 (or 0x988F23) is known color: Lemon Ginger. HEX triplet: 98, 8F and 23. RGB value is (152,143,35). Sum of RGB (Red+Green+Blue) = 152+143+35=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #988F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F23 is #6770DC. Grayscale: #858585. Windows color (decimal): -6779101 or 2330520. OLE color: 2330520.
HSL color Cylindrical-coordinate representation of color #988F23: hue angle of 55.38º 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 #988F23 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 35 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.40 |
| HSL | 55.38º | 0.63% | 0.37% | - |
| HSV(B) | 55.38º | 0.77% | 0.6% | - |
| XYZ | 23.07 | 26.44 | 5.48 | - |
| YUV | 133.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 35 | 0 | 0.06 | 0.77 | 0.40 | 55.38 | 0.63 | 0.37 |
| Hex | 98 | 8F | 23 | 0 | 6 | 4D | 28 | 37 | 3F | 25 |
| Octal | 230 | 217 | 43 | 0 | 6 | 115 | 50 | 67 | 77 | 45 |
| Binary | 10011000 | 10001111 | 100011 | 0 | 110 | 1001101 | 101000 | 110111 | 111111 | 100101 |
Color Harmonies of #988F23
Complementary color
Monochromatic Colors of #988F23
Black with #988F23
Text Example
Text Example
White with #988F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F23; }
p { color: rgb(152,143,35); }
H1.HeaderClassName
{
color: #988F23;
}
.AnyTagClassName
{
color: #988F23;
}
</style>
background-color css
<style>
a { background-color: #988F23; }
a { background-color: rgb(152,143,35); }
div.DivClassName
{
background-color: #988F23;
}
.BgClassName
{
background-color: #988F23;
}
</style>
border-color css
<style>
span { border-color: #988F23; }
span { border-color: rgb(152,143,35); }
td.TdClassName
{
border-color: #988F23;
}
.TagClassName
{
border-color: #988F23;
}
</style>