Shades of Lemon Ginger #998F27
Tints of Lemon Ginger #998F27
RGB
CMYK
RGB Variations
Color information
#998F27 (or 0x998F27) is known color: Lemon Ginger. HEX triplet: 99, 8F and 27. RGB value is (153,143,39). Sum of RGB (Red+Green+Blue) = 153+143+39=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #998F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F27 is #6670D8. Grayscale: #868686. Windows color (decimal): -6713561 or 2592665. OLE color: 2592665.
HSL color Cylindrical-coordinate representation of color #998F27: hue angle of 54.74º 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 #998F27 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 39 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.4 |
| HSL | 54.74º | 0.59% | 0.38% | - |
| HSV(B) | 54.74º | 0.75% | 0.6% | - |
| XYZ | 23.33 | 26.56 | 5.82 | - |
| YUV | 134.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 39 | 0 | 0.07 | 0.75 | 0.4 | 54.74 | 0.59 | 0.38 |
| Hex | 99 | 8F | 27 | 0 | 7 | 4B | 28 | 37 | 3B | 26 |
| Octal | 231 | 217 | 47 | 0 | 7 | 113 | 50 | 67 | 73 | 46 |
| Binary | 10011001 | 10001111 | 100111 | 0 | 111 | 1001011 | 101000 | 110111 | 111011 | 100110 |
Color Harmonies of #998F27
Complementary color
Monochromatic Colors of #998F27
Black with #998F27
Text Example
Text Example
White with #998F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F27; }
p { color: rgb(153,143,39); }
H1.HeaderClassName
{
color: #998F27;
}
.AnyTagClassName
{
color: #998F27;
}
</style>
background-color css
<style>
a { background-color: #998F27; }
a { background-color: rgb(153,143,39); }
div.DivClassName
{
background-color: #998F27;
}
.BgClassName
{
background-color: #998F27;
}
</style>
border-color css
<style>
span { border-color: #998F27; }
span { border-color: rgb(153,143,39); }
td.TdClassName
{
border-color: #998F27;
}
.TagClassName
{
border-color: #998F27;
}
</style>