Shades of Lemon Ginger #8F881B
Tints of Lemon Ginger #8F881B
RGB
CMYK
RGB Variations
Color information
#8F881B (or 0x8F881B) is known color: Lemon Ginger. HEX triplet: 8F, 88 and 1B. RGB value is (143,136,27). Sum of RGB (Red+Green+Blue) = 143+136+27=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F881B is #7077E4. Grayscale: #7E7E7E. Windows color (decimal): -7370725 or 1804431. OLE color: 1804431.
HSL color Cylindrical-coordinate representation of color #8F881B: hue angle of 56.38º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F881B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 27 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.44 |
| HSL | 56.38º | 0.68% | 0.33% | - |
| HSV(B) | 56.38º | 0.81% | 0.56% | - |
| XYZ | 20.33 | 23.53 | 4.51 | - |
| YUV | 125.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 27 | 0 | 0.05 | 0.81 | 0.44 | 56.38 | 0.68 | 0.33 |
| Hex | 8F | 88 | 1B | 0 | 5 | 51 | 2C | 38 | 44 | 21 |
| Octal | 217 | 210 | 33 | 0 | 5 | 121 | 54 | 70 | 104 | 41 |
| Binary | 10001111 | 10001000 | 11011 | 0 | 101 | 1010001 | 101100 | 111000 | 1000100 | 100001 |
Color Harmonies of #8F881B
Complementary color
Monochromatic Colors of #8F881B
Black with #8F881B
Text Example
Text Example
White with #8F881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F881B; }
p { color: rgb(143,136,27); }
H1.HeaderClassName
{
color: #8F881B;
}
.AnyTagClassName
{
color: #8F881B;
}
</style>
background-color css
<style>
a { background-color: #8F881B; }
a { background-color: rgb(143,136,27); }
div.DivClassName
{
background-color: #8F881B;
}
.BgClassName
{
background-color: #8F881B;
}
</style>
border-color css
<style>
span { border-color: #8F881B; }
span { border-color: rgb(143,136,27); }
td.TdClassName
{
border-color: #8F881B;
}
.TagClassName
{
border-color: #8F881B;
}
</style>