Shades of Citron #8C8F11
Tints of Citron #8C8F11
RGB
CMYK
RGB Variations
Color information
#8C8F11 (or 0x8C8F11) is known color: Citron. HEX triplet: 8C, 8F and 11. RGB value is (140,143,17). Sum of RGB (Red+Green+Blue) = 140+143+17=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 143 (56.25% from 255 or 47.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: green. Hex color #8C8F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8F11 is #7370EE. Grayscale: #808080. Windows color (decimal): -7565551 or 1150860. OLE color: 1150860.
HSL color Cylindrical-coordinate representation of color #8C8F11: hue angle of 61.43º 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 #8C8F11 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 17 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.44 |
| HSL | 61.43º | 0.79% | 0.31% | - |
| HSV(B) | 61.43º | 0.88% | 0.56% | - |
| XYZ | 20.74 | 25.26 | 4.31 | - |
| YUV | 127.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 17 | 0.02 | 0 | 0.88 | 0.44 | 61.43 | 0.79 | 0.31 |
| Hex | 8C | 8F | 11 | 2 | 0 | 58 | 2C | 3D | 4F | 1F |
| Octal | 214 | 217 | 21 | 2 | 0 | 130 | 54 | 75 | 117 | 37 |
| Binary | 10001100 | 10001111 | 10001 | 10 | 0 | 1011000 | 101100 | 111101 | 1001111 | 11111 |
Color Harmonies of #8C8F11
Complementary color
Monochromatic Colors of #8C8F11
Black with #8C8F11
Text Example
Text Example
White with #8C8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F11; }
p { color: rgb(140,143,17); }
H1.HeaderClassName
{
color: #8C8F11;
}
.AnyTagClassName
{
color: #8C8F11;
}
</style>
background-color css
<style>
a { background-color: #8C8F11; }
a { background-color: rgb(140,143,17); }
div.DivClassName
{
background-color: #8C8F11;
}
.BgClassName
{
background-color: #8C8F11;
}
</style>
border-color css
<style>
span { border-color: #8C8F11; }
span { border-color: rgb(140,143,17); }
td.TdClassName
{
border-color: #8C8F11;
}
.TagClassName
{
border-color: #8C8F11;
}
</style>