Shades of Citron #8E921F
Tints of Citron #8E921F
RGB
CMYK
RGB Variations
Color information
#8E921F (or 0x8E921F) is known color: Citron. HEX triplet: 8E, 92 and 1F. RGB value is (142,146,31). Sum of RGB (Red+Green+Blue) = 142+146+31=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #8E921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E921F is #716DE0. Grayscale: #848484. Windows color (decimal): -7433697 or 2069134. OLE color: 2069134.
HSL color Cylindrical-coordinate representation of color #8E921F: hue angle of 62.09º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E921F is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 31 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.43 |
| HSL | 62.09º | 0.65% | 0.35% | - |
| HSV(B) | 62.09º | 0.79% | 0.57% | - |
| XYZ | 21.68 | 26.41 | 5.25 | - |
| YUV | 131.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 31 | 0.03 | 0 | 0.79 | 0.43 | 62.09 | 0.65 | 0.35 |
| Hex | 8E | 92 | 1F | 3 | 0 | 4F | 2B | 3E | 41 | 23 |
| Octal | 216 | 222 | 37 | 3 | 0 | 117 | 53 | 76 | 101 | 43 |
| Binary | 10001110 | 10010010 | 11111 | 11 | 0 | 1001111 | 101011 | 111110 | 1000001 | 100011 |
Color Harmonies of #8E921F
Complementary color
Monochromatic Colors of #8E921F
Black with #8E921F
Text Example
Text Example
White with #8E921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E921F; }
p { color: rgb(142,146,31); }
H1.HeaderClassName
{
color: #8E921F;
}
.AnyTagClassName
{
color: #8E921F;
}
</style>
background-color css
<style>
a { background-color: #8E921F; }
a { background-color: rgb(142,146,31); }
div.DivClassName
{
background-color: #8E921F;
}
.BgClassName
{
background-color: #8E921F;
}
</style>
border-color css
<style>
span { border-color: #8E921F; }
span { border-color: rgb(142,146,31); }
td.TdClassName
{
border-color: #8E921F;
}
.TagClassName
{
border-color: #8E921F;
}
</style>