Shades of Citron #8E981D
Tints of Citron #8E981D
RGB
CMYK
RGB Variations
Color information
#8E981D (or 0x8E981D) is known color: Citron. HEX triplet: 8E, 98 and 1D. RGB value is (142,152,29). Sum of RGB (Red+Green+Blue) = 142+152+29=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #8E981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E981D is #7167E2. Grayscale: #878787. Windows color (decimal): -7432163 or 1939598. OLE color: 1939598.
HSL color Cylindrical-coordinate representation of color #8E981D: hue angle of 64.88º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E981D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 152 | 29 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.40 |
| HSL | 64.88º | 0.68% | 0.35% | - |
| HSV(B) | 64.88º | 0.81% | 0.6% | - |
| XYZ | 22.61 | 28.3 | 5.43 | - |
| YUV | 134.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 29 | 0.07 | 0 | 0.81 | 0.40 | 64.88 | 0.68 | 0.35 |
| Hex | 8E | 98 | 1D | 7 | 0 | 51 | 28 | 41 | 44 | 23 |
| Octal | 216 | 230 | 35 | 7 | 0 | 121 | 50 | 101 | 104 | 43 |
| Binary | 10001110 | 10011000 | 11101 | 111 | 0 | 1010001 | 101000 | 1000001 | 1000100 | 100011 |
Color Harmonies of #8E981D
Complementary color
Monochromatic Colors of #8E981D
Black with #8E981D
Text Example
Text Example
White with #8E981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E981D; }
p { color: rgb(142,152,29); }
H1.HeaderClassName
{
color: #8E981D;
}
.AnyTagClassName
{
color: #8E981D;
}
</style>
background-color css
<style>
a { background-color: #8E981D; }
a { background-color: rgb(142,152,29); }
div.DivClassName
{
background-color: #8E981D;
}
.BgClassName
{
background-color: #8E981D;
}
</style>
border-color css
<style>
span { border-color: #8E981D; }
span { border-color: rgb(142,152,29); }
td.TdClassName
{
border-color: #8E981D;
}
.TagClassName
{
border-color: #8E981D;
}
</style>