Shades of Citron #8D971E
Tints of Citron #8D971E
RGB
CMYK
RGB Variations
Color information
#8D971E (or 0x8D971E) is known color: Citron. HEX triplet: 8D, 97 and 1E. RGB value is (141,151,30). Sum of RGB (Red+Green+Blue) = 141+151+30=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #8D971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D971E is #7268E1. Grayscale: #868686. Windows color (decimal): -7497954 or 2004877. OLE color: 2004877.
HSL color Cylindrical-coordinate representation of color #8D971E: hue angle of 64.96º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D971E is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 30 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.41 |
| HSL | 64.96º | 0.67% | 0.35% | - |
| HSV(B) | 64.96º | 0.8% | 0.59% | - |
| XYZ | 22.29 | 27.89 | 5.44 | - |
| YUV | 134.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 30 | 0.07 | 0 | 0.80 | 0.41 | 64.96 | 0.67 | 0.35 |
| Hex | 8D | 97 | 1E | 7 | 0 | 50 | 29 | 41 | 43 | 23 |
| Octal | 215 | 227 | 36 | 7 | 0 | 120 | 51 | 101 | 103 | 43 |
| Binary | 10001101 | 10010111 | 11110 | 111 | 0 | 1010000 | 101001 | 1000001 | 1000011 | 100011 |
Color Harmonies of #8D971E
Complementary color
Monochromatic Colors of #8D971E
Black with #8D971E
Text Example
Text Example
White with #8D971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D971E; }
p { color: rgb(141,151,30); }
H1.HeaderClassName
{
color: #8D971E;
}
.AnyTagClassName
{
color: #8D971E;
}
</style>
background-color css
<style>
a { background-color: #8D971E; }
a { background-color: rgb(141,151,30); }
div.DivClassName
{
background-color: #8D971E;
}
.BgClassName
{
background-color: #8D971E;
}
</style>
border-color css
<style>
span { border-color: #8D971E; }
span { border-color: rgb(141,151,30); }
td.TdClassName
{
border-color: #8D971E;
}
.TagClassName
{
border-color: #8D971E;
}
</style>