Shades of Lemon Ginger #988B27
Tints of Lemon Ginger #988B27
RGB
CMYK
RGB Variations
Color information
#988B27 (or 0x988B27) is known color: Lemon Ginger. HEX triplet: 98, 8B and 27. RGB value is (152,139,39). Sum of RGB (Red+Green+Blue) = 152+139+39=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #988B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B27 is #6774D8. Grayscale: #838383. Windows color (decimal): -6780121 or 2591640. OLE color: 2591640.
HSL color Cylindrical-coordinate representation of color #988B27: hue angle of 53.1º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #988B27 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 39 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.40 |
| HSL | 53.1º | 0.59% | 0.37% | - |
| HSV(B) | 53.1º | 0.74% | 0.6% | - |
| XYZ | 22.55 | 25.29 | 5.61 | - |
| YUV | 131.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 39 | 0 | 0.09 | 0.74 | 0.40 | 53.1 | 0.59 | 0.37 |
| Hex | 98 | 8B | 27 | 0 | 9 | 4A | 28 | 35 | 3B | 25 |
| Octal | 230 | 213 | 47 | 0 | 11 | 112 | 50 | 65 | 73 | 45 |
| Binary | 10011000 | 10001011 | 100111 | 0 | 1001 | 1001010 | 101000 | 110101 | 111011 | 100101 |
Color Harmonies of #988B27
Complementary color
Monochromatic Colors of #988B27
Black with #988B27
Text Example
Text Example
White with #988B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B27; }
p { color: rgb(152,139,39); }
H1.HeaderClassName
{
color: #988B27;
}
.AnyTagClassName
{
color: #988B27;
}
</style>
background-color css
<style>
a { background-color: #988B27; }
a { background-color: rgb(152,139,39); }
div.DivClassName
{
background-color: #988B27;
}
.BgClassName
{
background-color: #988B27;
}
</style>
border-color css
<style>
span { border-color: #988B27; }
span { border-color: rgb(152,139,39); }
td.TdClassName
{
border-color: #988B27;
}
.TagClassName
{
border-color: #988B27;
}
</style>