Shades of Citron #8D982F
Tints of Citron #8D982F
RGB
CMYK
RGB Variations
Color information
#8D982F (or 0x8D982F) is known color: Citron. HEX triplet: 8D, 98 and 2F. RGB value is (141,152,47). Sum of RGB (Red+Green+Blue) = 141+152+47=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #8D982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D982F is #7267D0. Grayscale: #898989. Windows color (decimal): -7497681 or 3119245. OLE color: 3119245.
HSL color Cylindrical-coordinate representation of color #8D982F: hue angle of 66.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D982F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 47 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.40 |
| HSL | 66.29º | 0.53% | 0.39% | - |
| HSV(B) | 66.29º | 0.69% | 0.6% | - |
| XYZ | 22.73 | 28.32 | 6.96 | - |
| YUV | 136.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 47 | 0.07 | 0 | 0.69 | 0.40 | 66.29 | 0.53 | 0.39 |
| Hex | 8D | 98 | 2F | 7 | 0 | 45 | 28 | 42 | 35 | 27 |
| Octal | 215 | 230 | 57 | 7 | 0 | 105 | 50 | 102 | 65 | 47 |
| Binary | 10001101 | 10011000 | 101111 | 111 | 0 | 1000101 | 101000 | 1000010 | 110101 | 100111 |
Color Harmonies of #8D982F
Complementary color
Monochromatic Colors of #8D982F
Black with #8D982F
Text Example
Text Example
White with #8D982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D982F; }
p { color: rgb(141,152,47); }
H1.HeaderClassName
{
color: #8D982F;
}
.AnyTagClassName
{
color: #8D982F;
}
</style>
background-color css
<style>
a { background-color: #8D982F; }
a { background-color: rgb(141,152,47); }
div.DivClassName
{
background-color: #8D982F;
}
.BgClassName
{
background-color: #8D982F;
}
</style>
border-color css
<style>
span { border-color: #8D982F; }
span { border-color: rgb(141,152,47); }
td.TdClassName
{
border-color: #8D982F;
}
.TagClassName
{
border-color: #8D982F;
}
</style>