Shades of Citron #8E931F
Tints of Citron #8E931F
RGB
CMYK
RGB Variations
Color information
#8E931F (or 0x8E931F) is known color: Citron. HEX triplet: 8E, 93 and 1F. RGB value is (142,147,31). Sum of RGB (Red+Green+Blue) = 142+147+31=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #8E931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E931F is #716CE0. Grayscale: #848484. Windows color (decimal): -7433441 or 2069390. OLE color: 2069390.
HSL color Cylindrical-coordinate representation of color #8E931F: hue angle of 62.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E931F is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 31 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.42 |
| HSL | 62.59º | 0.65% | 0.35% | - |
| HSV(B) | 62.59º | 0.79% | 0.58% | - |
| XYZ | 21.84 | 26.72 | 5.3 | - |
| YUV | 132.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 31 | 0.03 | 0 | 0.79 | 0.42 | 62.59 | 0.65 | 0.35 |
| Hex | 8E | 93 | 1F | 3 | 0 | 4F | 2A | 3F | 41 | 23 |
| Octal | 216 | 223 | 37 | 3 | 0 | 117 | 52 | 77 | 101 | 43 |
| Binary | 10001110 | 10010011 | 11111 | 11 | 0 | 1001111 | 101010 | 111111 | 1000001 | 100011 |
Color Harmonies of #8E931F
Complementary color
Monochromatic Colors of #8E931F
Black with #8E931F
Text Example
Text Example
White with #8E931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E931F; }
p { color: rgb(142,147,31); }
H1.HeaderClassName
{
color: #8E931F;
}
.AnyTagClassName
{
color: #8E931F;
}
</style>
background-color css
<style>
a { background-color: #8E931F; }
a { background-color: rgb(142,147,31); }
div.DivClassName
{
background-color: #8E931F;
}
.BgClassName
{
background-color: #8E931F;
}
</style>
border-color css
<style>
span { border-color: #8E931F; }
span { border-color: rgb(142,147,31); }
td.TdClassName
{
border-color: #8E931F;
}
.TagClassName
{
border-color: #8E931F;
}
</style>