Shades of Citron #8D9218
Tints of Citron #8D9218
RGB
CMYK
RGB Variations
Color information
#8D9218 (or 0x8D9218) is known color: Citron. HEX triplet: 8D, 92 and 18. RGB value is (141,146,24). Sum of RGB (Red+Green+Blue) = 141+146+24=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9218 is #726DE7. Grayscale: #838383. Windows color (decimal): -7499240 or 1610381. OLE color: 1610381.
HSL color Cylindrical-coordinate representation of color #8D9218: hue angle of 62.46º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D9218 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 24 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.43 |
| HSL | 62.46º | 0.72% | 0.33% | - |
| HSV(B) | 62.46º | 0.84% | 0.57% | - |
| XYZ | 21.43 | 26.29 | 4.81 | - |
| YUV | 130.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 24 | 0.03 | 0 | 0.84 | 0.43 | 62.46 | 0.72 | 0.33 |
| Hex | 8D | 92 | 18 | 3 | 0 | 54 | 2B | 3E | 48 | 21 |
| Octal | 215 | 222 | 30 | 3 | 0 | 124 | 53 | 76 | 110 | 41 |
| Binary | 10001101 | 10010010 | 11000 | 11 | 0 | 1010100 | 101011 | 111110 | 1001000 | 100001 |
Color Harmonies of #8D9218
Complementary color
Monochromatic Colors of #8D9218
Black with #8D9218
Text Example
Text Example
White with #8D9218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9218; }
p { color: rgb(141,146,24); }
H1.HeaderClassName
{
color: #8D9218;
}
.AnyTagClassName
{
color: #8D9218;
}
</style>
background-color css
<style>
a { background-color: #8D9218; }
a { background-color: rgb(141,146,24); }
div.DivClassName
{
background-color: #8D9218;
}
.BgClassName
{
background-color: #8D9218;
}
</style>
border-color css
<style>
span { border-color: #8D9218; }
span { border-color: rgb(141,146,24); }
td.TdClassName
{
border-color: #8D9218;
}
.TagClassName
{
border-color: #8D9218;
}
</style>