Shades of Lemon Ginger #8F8526
Tints of Lemon Ginger #8F8526
RGB
CMYK
RGB Variations
Color information
#8F8526 (or 0x8F8526) is known color: Lemon Ginger. HEX triplet: 8F, 85 and 26. RGB value is (143,133,38). Sum of RGB (Red+Green+Blue) = 143+133+38=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8526 is #707AD9. Grayscale: #7D7D7D. Windows color (decimal): -7371482 or 2524559. OLE color: 2524559.
HSL color Cylindrical-coordinate representation of color #8F8526: hue angle of 54.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F8526 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 38 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.44 |
| HSL | 54.29º | 0.58% | 0.35% | - |
| HSV(B) | 54.29º | 0.73% | 0.56% | - |
| XYZ | 20.07 | 22.75 | 5.17 | - |
| YUV | 125.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 38 | 0 | 0.07 | 0.73 | 0.44 | 54.29 | 0.58 | 0.35 |
| Hex | 8F | 85 | 26 | 0 | 7 | 49 | 2C | 36 | 3A | 23 |
| Octal | 217 | 205 | 46 | 0 | 7 | 111 | 54 | 66 | 72 | 43 |
| Binary | 10001111 | 10000101 | 100110 | 0 | 111 | 1001001 | 101100 | 110110 | 111010 | 100011 |
Color Harmonies of #8F8526
Complementary color
Monochromatic Colors of #8F8526
Black with #8F8526
Text Example
Text Example
White with #8F8526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8526; }
p { color: rgb(143,133,38); }
H1.HeaderClassName
{
color: #8F8526;
}
.AnyTagClassName
{
color: #8F8526;
}
</style>
background-color css
<style>
a { background-color: #8F8526; }
a { background-color: rgb(143,133,38); }
div.DivClassName
{
background-color: #8F8526;
}
.BgClassName
{
background-color: #8F8526;
}
</style>
border-color css
<style>
span { border-color: #8F8526; }
span { border-color: rgb(143,133,38); }
td.TdClassName
{
border-color: #8F8526;
}
.TagClassName
{
border-color: #8F8526;
}
</style>