Shades of Citron #8D8A14
Tints of Citron #8D8A14
RGB
CMYK
RGB Variations
Color information
#8D8A14 (or 0x8D8A14) is known color: Citron. HEX triplet: 8D, 8A and 14. RGB value is (141,138,20). Sum of RGB (Red+Green+Blue) = 141+138+20=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8A14 is #7275EB. Grayscale: #7D7D7D. Windows color (decimal): -7501292 or 1346189. OLE color: 1346189.
HSL color Cylindrical-coordinate representation of color #8D8A14: hue angle of 58.51º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D8A14 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 138 | 20 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.45 |
| HSL | 58.51º | 0.75% | 0.32% | - |
| HSV(B) | 58.51º | 0.86% | 0.55% | - |
| XYZ | 20.2 | 23.89 | 4.21 | - |
| YUV | 125.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 20 | 0 | 0.02 | 0.86 | 0.45 | 58.51 | 0.75 | 0.32 |
| Hex | 8D | 8A | 14 | 0 | 2 | 56 | 2D | 3B | 4B | 20 |
| Octal | 215 | 212 | 24 | 0 | 2 | 126 | 55 | 73 | 113 | 40 |
| Binary | 10001101 | 10001010 | 10100 | 0 | 10 | 1010110 | 101101 | 111011 | 1001011 | 100000 |
Color Harmonies of #8D8A14
Complementary color
Monochromatic Colors of #8D8A14
Black with #8D8A14
Text Example
Text Example
White with #8D8A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8A14; }
p { color: rgb(141,138,20); }
H1.HeaderClassName
{
color: #8D8A14;
}
.AnyTagClassName
{
color: #8D8A14;
}
</style>
background-color css
<style>
a { background-color: #8D8A14; }
a { background-color: rgb(141,138,20); }
div.DivClassName
{
background-color: #8D8A14;
}
.BgClassName
{
background-color: #8D8A14;
}
</style>
border-color css
<style>
span { border-color: #8D8A14; }
span { border-color: rgb(141,138,20); }
td.TdClassName
{
border-color: #8D8A14;
}
.TagClassName
{
border-color: #8D8A14;
}
</style>