Shades of Lemon Ginger #8F8926
Tints of Lemon Ginger #8F8926
RGB
CMYK
RGB Variations
Color information
#8F8926 (or 0x8F8926) is known color: Lemon Ginger. HEX triplet: 8F, 89 and 26. RGB value is (143,137,38). Sum of RGB (Red+Green+Blue) = 143+137+38=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8926 is #7076D9. Grayscale: #7F7F7F. Windows color (decimal): -7370458 or 2525583. OLE color: 2525583.
HSL color Cylindrical-coordinate representation of color #8F8926: hue angle of 56.57º 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 #8F8926 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 38 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.44 |
| HSL | 56.57º | 0.58% | 0.35% | - |
| HSV(B) | 56.57º | 0.73% | 0.56% | - |
| XYZ | 20.62 | 23.87 | 5.35 | - |
| YUV | 127.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 38 | 0 | 0.04 | 0.73 | 0.44 | 56.57 | 0.58 | 0.35 |
| Hex | 8F | 89 | 26 | 0 | 4 | 49 | 2C | 39 | 3A | 23 |
| Octal | 217 | 211 | 46 | 0 | 4 | 111 | 54 | 71 | 72 | 43 |
| Binary | 10001111 | 10001001 | 100110 | 0 | 100 | 1001001 | 101100 | 111001 | 111010 | 100011 |
Color Harmonies of #8F8926
Complementary color
Monochromatic Colors of #8F8926
Black with #8F8926
Text Example
Text Example
White with #8F8926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8926; }
p { color: rgb(143,137,38); }
H1.HeaderClassName
{
color: #8F8926;
}
.AnyTagClassName
{
color: #8F8926;
}
</style>
background-color css
<style>
a { background-color: #8F8926; }
a { background-color: rgb(143,137,38); }
div.DivClassName
{
background-color: #8F8926;
}
.BgClassName
{
background-color: #8F8926;
}
</style>
border-color css
<style>
span { border-color: #8F8926; }
span { border-color: rgb(143,137,38); }
td.TdClassName
{
border-color: #8F8926;
}
.TagClassName
{
border-color: #8F8926;
}
</style>