Shades of Lemon Ginger #8F832D
Tints of Lemon Ginger #8F832D
RGB
CMYK
RGB Variations
Color information
#8F832D (or 0x8F832D) is known color: Lemon Ginger. HEX triplet: 8F, 83 and 2D. RGB value is (143,131,45). Sum of RGB (Red+Green+Blue) = 143+131+45=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F832D is #707CD2. Grayscale: #7D7D7D. Windows color (decimal): -7371987 or 2982799. OLE color: 2982799.
HSL color Cylindrical-coordinate representation of color #8F832D: hue angle of 52.65º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F832D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 45 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.44 |
| HSL | 52.65º | 0.52% | 0.37% | - |
| HSV(B) | 52.65º | 0.69% | 0.56% | - |
| XYZ | 19.92 | 22.26 | 5.73 | - |
| YUV | 124.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 45 | 0 | 0.08 | 0.69 | 0.44 | 52.65 | 0.52 | 0.37 |
| Hex | 8F | 83 | 2D | 0 | 8 | 45 | 2C | 35 | 34 | 25 |
| Octal | 217 | 203 | 55 | 0 | 10 | 105 | 54 | 65 | 64 | 45 |
| Binary | 10001111 | 10000011 | 101101 | 0 | 1000 | 1000101 | 101100 | 110101 | 110100 | 100101 |
Color Harmonies of #8F832D
Complementary color
Monochromatic Colors of #8F832D
Black with #8F832D
Text Example
Text Example
White with #8F832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F832D; }
p { color: rgb(143,131,45); }
H1.HeaderClassName
{
color: #8F832D;
}
.AnyTagClassName
{
color: #8F832D;
}
</style>
background-color css
<style>
a { background-color: #8F832D; }
a { background-color: rgb(143,131,45); }
div.DivClassName
{
background-color: #8F832D;
}
.BgClassName
{
background-color: #8F832D;
}
</style>
border-color css
<style>
span { border-color: #8F832D; }
span { border-color: rgb(143,131,45); }
td.TdClassName
{
border-color: #8F832D;
}
.TagClassName
{
border-color: #8F832D;
}
</style>