Shades of Citron #8C8A14
Tints of Citron #8C8A14
RGB
CMYK
RGB Variations
Color information
#8C8A14 (or 0x8C8A14) is known color: Citron. HEX triplet: 8C, 8A and 14. RGB value is (140,138,20). Sum of RGB (Red+Green+Blue) = 140+138+20=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8A14 is #7375EB. Grayscale: #7D7D7D. Windows color (decimal): -7566828 or 1346188. OLE color: 1346188.
HSL color Cylindrical-coordinate representation of color #8C8A14: hue angle of 59º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C8A14 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 20 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.45 |
| HSL | 59º | 0.75% | 0.31% | - |
| HSV(B) | 59º | 0.86% | 0.55% | - |
| XYZ | 20.03 | 23.8 | 4.2 | - |
| YUV | 125.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 20 | 0 | 0.01 | 0.86 | 0.45 | 59 | 0.75 | 0.31 |
| Hex | 8C | 8A | 14 | 0 | 1 | 56 | 2D | 3B | 4B | 1F |
| Octal | 214 | 212 | 24 | 0 | 1 | 126 | 55 | 73 | 113 | 37 |
| Binary | 10001100 | 10001010 | 10100 | 0 | 1 | 1010110 | 101101 | 111011 | 1001011 | 11111 |
Color Harmonies of #8C8A14
Complementary color
Monochromatic Colors of #8C8A14
Black with #8C8A14
Text Example
Text Example
White with #8C8A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A14; }
p { color: rgb(140,138,20); }
H1.HeaderClassName
{
color: #8C8A14;
}
.AnyTagClassName
{
color: #8C8A14;
}
</style>
background-color css
<style>
a { background-color: #8C8A14; }
a { background-color: rgb(140,138,20); }
div.DivClassName
{
background-color: #8C8A14;
}
.BgClassName
{
background-color: #8C8A14;
}
</style>
border-color css
<style>
span { border-color: #8C8A14; }
span { border-color: rgb(140,138,20); }
td.TdClassName
{
border-color: #8C8A14;
}
.TagClassName
{
border-color: #8C8A14;
}
</style>