Shades of Citron #8C980D
Tints of Citron #8C980D
RGB
CMYK
RGB Variations
Color information
#8C980D (or 0x8C980D) is known color: Citron. HEX triplet: 8C, 98 and 0D. RGB value is (140,152,13). Sum of RGB (Red+Green+Blue) = 140+152+13=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #8C980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C980D is #7367F2. Grayscale: #858585. Windows color (decimal): -7563251 or 891020. OLE color: 891020.
HSL color Cylindrical-coordinate representation of color #8C980D: hue angle of 65.18º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C980D is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 13 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.40 |
| HSL | 65.18º | 0.84% | 0.32% | - |
| HSV(B) | 65.18º | 0.91% | 0.6% | - |
| XYZ | 22.12 | 28.06 | 4.63 | - |
| YUV | 132.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 13 | 0.08 | 0 | 0.91 | 0.40 | 65.18 | 0.84 | 0.32 |
| Hex | 8C | 98 | D | 8 | 0 | 5B | 28 | 41 | 54 | 20 |
| Octal | 214 | 230 | 15 | 10 | 0 | 133 | 50 | 101 | 124 | 40 |
| Binary | 10001100 | 10011000 | 1101 | 1000 | 0 | 1011011 | 101000 | 1000001 | 1010100 | 100000 |
Color Harmonies of #8C980D
Complementary color
Monochromatic Colors of #8C980D
Black with #8C980D
Text Example
Text Example
White with #8C980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C980D; }
p { color: rgb(140,152,13); }
H1.HeaderClassName
{
color: #8C980D;
}
.AnyTagClassName
{
color: #8C980D;
}
</style>
background-color css
<style>
a { background-color: #8C980D; }
a { background-color: rgb(140,152,13); }
div.DivClassName
{
background-color: #8C980D;
}
.BgClassName
{
background-color: #8C980D;
}
</style>
border-color css
<style>
span { border-color: #8C980D; }
span { border-color: rgb(140,152,13); }
td.TdClassName
{
border-color: #8C980D;
}
.TagClassName
{
border-color: #8C980D;
}
</style>