Shades of Citron #8F8C11
Tints of Citron #8F8C11
RGB
CMYK
RGB Variations
Color information
#8F8C11 (or 0x8F8C11) is known color: Citron. HEX triplet: 8F, 8C and 11. RGB value is (143,140,17). Sum of RGB (Red+Green+Blue) = 143+140+17=300 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.67% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8C11 is #7073EE. Grayscale: #7F7F7F. Windows color (decimal): -7369711 or 1150095. OLE color: 1150095.
HSL color Cylindrical-coordinate representation of color #8F8C11: hue angle of 58.57º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F8C11 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 140 | 17 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.44 |
| HSL | 58.57º | 0.79% | 0.31% | - |
| HSV(B) | 58.57º | 0.88% | 0.56% | - |
| XYZ | 20.81 | 24.64 | 4.19 | - |
| YUV | 126.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 17 | 0 | 0.02 | 0.88 | 0.44 | 58.57 | 0.79 | 0.31 |
| Hex | 8F | 8C | 11 | 0 | 2 | 58 | 2C | 3B | 4F | 1F |
| Octal | 217 | 214 | 21 | 0 | 2 | 130 | 54 | 73 | 117 | 37 |
| Binary | 10001111 | 10001100 | 10001 | 0 | 10 | 1011000 | 101100 | 111011 | 1001111 | 11111 |
Color Harmonies of #8F8C11
Complementary color
Monochromatic Colors of #8F8C11
Black with #8F8C11
Text Example
Text Example
White with #8F8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8C11; }
p { color: rgb(143,140,17); }
H1.HeaderClassName
{
color: #8F8C11;
}
.AnyTagClassName
{
color: #8F8C11;
}
</style>
background-color css
<style>
a { background-color: #8F8C11; }
a { background-color: rgb(143,140,17); }
div.DivClassName
{
background-color: #8F8C11;
}
.BgClassName
{
background-color: #8F8C11;
}
</style>
border-color css
<style>
span { border-color: #8F8C11; }
span { border-color: rgb(143,140,17); }
td.TdClassName
{
border-color: #8F8C11;
}
.TagClassName
{
border-color: #8F8C11;
}
</style>