Shades of Lemon Ginger #988727
Tints of Lemon Ginger #988727
RGB
CMYK
RGB Variations
Color information
#988727 (or 0x988727) is known color: Lemon Ginger. HEX triplet: 98, 87 and 27. RGB value is (152,135,39). Sum of RGB (Red+Green+Blue) = 152+135+39=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #988727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988727 is #6778D8. Grayscale: #818181. Windows color (decimal): -6781145 or 2590616. OLE color: 2590616.
HSL color Cylindrical-coordinate representation of color #988727: hue angle of 50.97º 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 #988727 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 135 | 39 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.40 |
| HSL | 50.97º | 0.59% | 0.37% | - |
| HSV(B) | 50.97º | 0.74% | 0.6% | - |
| XYZ | 21.98 | 24.15 | 5.42 | - |
| YUV | 129.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 39 | 0 | 0.11 | 0.74 | 0.40 | 50.97 | 0.59 | 0.37 |
| Hex | 98 | 87 | 27 | 0 | B | 4A | 28 | 33 | 3B | 25 |
| Octal | 230 | 207 | 47 | 0 | 13 | 112 | 50 | 63 | 73 | 45 |
| Binary | 10011000 | 10000111 | 100111 | 0 | 1011 | 1001010 | 101000 | 110011 | 111011 | 100101 |
Color Harmonies of #988727
Complementary color
Monochromatic Colors of #988727
Black with #988727
Text Example
Text Example
White with #988727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988727; }
p { color: rgb(152,135,39); }
H1.HeaderClassName
{
color: #988727;
}
.AnyTagClassName
{
color: #988727;
}
</style>
background-color css
<style>
a { background-color: #988727; }
a { background-color: rgb(152,135,39); }
div.DivClassName
{
background-color: #988727;
}
.BgClassName
{
background-color: #988727;
}
</style>
border-color css
<style>
span { border-color: #988727; }
span { border-color: rgb(152,135,39); }
td.TdClassName
{
border-color: #988727;
}
.TagClassName
{
border-color: #988727;
}
</style>