Shades of Citron #8D981B
Tints of Citron #8D981B
RGB
CMYK
RGB Variations
Color information
#8D981B (or 0x8D981B) is known color: Citron. HEX triplet: 8D, 98 and 1B. RGB value is (141,152,27). Sum of RGB (Red+Green+Blue) = 141+152+27=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #8D981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D981B is #7267E4. Grayscale: #868686. Windows color (decimal): -7497701 or 1808525. OLE color: 1808525.
HSL color Cylindrical-coordinate representation of color #8D981B: hue angle of 65.28º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D981B is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 27 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.40 |
| HSL | 65.28º | 0.7% | 0.35% | - |
| HSV(B) | 65.28º | 0.82% | 0.6% | - |
| XYZ | 22.41 | 28.2 | 5.3 | - |
| YUV | 134.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 27 | 0.07 | 0 | 0.82 | 0.40 | 65.28 | 0.7 | 0.35 |
| Hex | 8D | 98 | 1B | 7 | 0 | 52 | 28 | 41 | 46 | 23 |
| Octal | 215 | 230 | 33 | 7 | 0 | 122 | 50 | 101 | 106 | 43 |
| Binary | 10001101 | 10011000 | 11011 | 111 | 0 | 1010010 | 101000 | 1000001 | 1000110 | 100011 |
Color Harmonies of #8D981B
Complementary color
Monochromatic Colors of #8D981B
Black with #8D981B
Text Example
Text Example
White with #8D981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D981B; }
p { color: rgb(141,152,27); }
H1.HeaderClassName
{
color: #8D981B;
}
.AnyTagClassName
{
color: #8D981B;
}
</style>
background-color css
<style>
a { background-color: #8D981B; }
a { background-color: rgb(141,152,27); }
div.DivClassName
{
background-color: #8D981B;
}
.BgClassName
{
background-color: #8D981B;
}
</style>
border-color css
<style>
span { border-color: #8D981B; }
span { border-color: rgb(141,152,27); }
td.TdClassName
{
border-color: #8D981B;
}
.TagClassName
{
border-color: #8D981B;
}
</style>