Shades of Lemon Ginger #8F831A
Tints of Lemon Ginger #8F831A
RGB
CMYK
RGB Variations
Color information
#8F831A (or 0x8F831A) is known color: Lemon Ginger. HEX triplet: 8F, 83 and 1A. RGB value is (143,131,26). Sum of RGB (Red+Green+Blue) = 143+131+26=300 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 143 - color contains mainly: red. Hex color #8F831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F831A is #707CE5. Grayscale: #7B7B7B. Windows color (decimal): -7372006 or 1737615. OLE color: 1737615.
HSL color Cylindrical-coordinate representation of color #8F831A: hue angle of 53.85º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F831A is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 26 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.44 |
| HSL | 53.85º | 0.69% | 0.33% | - |
| HSV(B) | 53.85º | 0.82% | 0.56% | - |
| XYZ | 19.63 | 22.15 | 4.22 | - |
| YUV | 122.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 26 | 0 | 0.08 | 0.82 | 0.44 | 53.85 | 0.69 | 0.33 |
| Hex | 8F | 83 | 1A | 0 | 8 | 52 | 2C | 36 | 45 | 21 |
| Octal | 217 | 203 | 32 | 0 | 10 | 122 | 54 | 66 | 105 | 41 |
| Binary | 10001111 | 10000011 | 11010 | 0 | 1000 | 1010010 | 101100 | 110110 | 1000101 | 100001 |
Color Harmonies of #8F831A
Complementary color
Monochromatic Colors of #8F831A
Black with #8F831A
Text Example
Text Example
White with #8F831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F831A; }
p { color: rgb(143,131,26); }
H1.HeaderClassName
{
color: #8F831A;
}
.AnyTagClassName
{
color: #8F831A;
}
</style>
background-color css
<style>
a { background-color: #8F831A; }
a { background-color: rgb(143,131,26); }
div.DivClassName
{
background-color: #8F831A;
}
.BgClassName
{
background-color: #8F831A;
}
</style>
border-color css
<style>
span { border-color: #8F831A; }
span { border-color: rgb(143,131,26); }
td.TdClassName
{
border-color: #8F831A;
}
.TagClassName
{
border-color: #8F831A;
}
</style>