Shades of Citron #8D980C
Tints of Citron #8D980C
RGB
CMYK
RGB Variations
Color information
#8D980C (or 0x8D980C) is known color: Citron. HEX triplet: 8D, 98 and 0C. RGB value is (141,152,12). Sum of RGB (Red+Green+Blue) = 141+152+12=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #8D980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D980C is #7267F3. Grayscale: #858585. Windows color (decimal): -7497716 or 825485. OLE color: 825485.
HSL color Cylindrical-coordinate representation of color #8D980C: hue angle of 64.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D980C is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 12 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.40 |
| HSL | 64.71º | 0.85% | 0.32% | - |
| HSV(B) | 64.71º | 0.92% | 0.6% | - |
| XYZ | 22.28 | 28.15 | 4.61 | - |
| YUV | 132.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 12 | 0.07 | 0 | 0.92 | 0.40 | 64.71 | 0.85 | 0.32 |
| Hex | 8D | 98 | C | 7 | 0 | 5C | 28 | 41 | 55 | 20 |
| Octal | 215 | 230 | 14 | 7 | 0 | 134 | 50 | 101 | 125 | 40 |
| Binary | 10001101 | 10011000 | 1100 | 111 | 0 | 1011100 | 101000 | 1000001 | 1010101 | 100000 |
Color Harmonies of #8D980C
Complementary color
Monochromatic Colors of #8D980C
Black with #8D980C
Text Example
Text Example
White with #8D980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D980C; }
p { color: rgb(141,152,12); }
H1.HeaderClassName
{
color: #8D980C;
}
.AnyTagClassName
{
color: #8D980C;
}
</style>
background-color css
<style>
a { background-color: #8D980C; }
a { background-color: rgb(141,152,12); }
div.DivClassName
{
background-color: #8D980C;
}
.BgClassName
{
background-color: #8D980C;
}
</style>
border-color css
<style>
span { border-color: #8D980C; }
span { border-color: rgb(141,152,12); }
td.TdClassName
{
border-color: #8D980C;
}
.TagClassName
{
border-color: #8D980C;
}
</style>