Shades of Citron #8C9210
Tints of Citron #8C9210
RGB
CMYK
RGB Variations
Color information
#8C9210 (or 0x8C9210) is known color: Citron. HEX triplet: 8C, 92 and 10. RGB value is (140,146,16). Sum of RGB (Red+Green+Blue) = 140+146+16=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9210 is #736DEF. Grayscale: #818181. Windows color (decimal): -7564784 or 1086092. OLE color: 1086092.
HSL color Cylindrical-coordinate representation of color #8C9210: hue angle of 62.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C9210 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 16 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.43 |
| HSL | 62.77º | 0.8% | 0.32% | - |
| HSV(B) | 62.77º | 0.89% | 0.57% | - |
| XYZ | 21.19 | 26.17 | 4.42 | - |
| YUV | 129.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 16 | 0.04 | 0 | 0.89 | 0.43 | 62.77 | 0.8 | 0.32 |
| Hex | 8C | 92 | 10 | 4 | 0 | 59 | 2B | 3F | 50 | 20 |
| Octal | 214 | 222 | 20 | 4 | 0 | 131 | 53 | 77 | 120 | 40 |
| Binary | 10001100 | 10010010 | 10000 | 100 | 0 | 1011001 | 101011 | 111111 | 1010000 | 100000 |
Color Harmonies of #8C9210
Complementary color
Monochromatic Colors of #8C9210
Black with #8C9210
Text Example
Text Example
White with #8C9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9210; }
p { color: rgb(140,146,16); }
H1.HeaderClassName
{
color: #8C9210;
}
.AnyTagClassName
{
color: #8C9210;
}
</style>
background-color css
<style>
a { background-color: #8C9210; }
a { background-color: rgb(140,146,16); }
div.DivClassName
{
background-color: #8C9210;
}
.BgClassName
{
background-color: #8C9210;
}
</style>
border-color css
<style>
span { border-color: #8C9210; }
span { border-color: rgb(140,146,16); }
td.TdClassName
{
border-color: #8C9210;
}
.TagClassName
{
border-color: #8C9210;
}
</style>