Shades of Citron #8F9210
Tints of Citron #8F9210
RGB
CMYK
RGB Variations
Color information
#8F9210 (or 0x8F9210) is known color: Citron. HEX triplet: 8F, 92 and 10. RGB value is (143,146,16). Sum of RGB (Red+Green+Blue) = 143+146+16=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9210 is #706DEF. Grayscale: #828282. Windows color (decimal): -7368176 or 1086095. OLE color: 1086095.
HSL color Cylindrical-coordinate representation of color #8F9210: hue angle of 61.38º 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 #8F9210 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 16 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.43 |
| HSL | 61.38º | 0.8% | 0.32% | - |
| HSV(B) | 61.38º | 0.89% | 0.57% | - |
| XYZ | 21.7 | 26.43 | 4.45 | - |
| YUV | 130.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 16 | 0.02 | 0 | 0.89 | 0.43 | 61.38 | 0.8 | 0.32 |
| Hex | 8F | 92 | 10 | 2 | 0 | 59 | 2B | 3D | 50 | 20 |
| Octal | 217 | 222 | 20 | 2 | 0 | 131 | 53 | 75 | 120 | 40 |
| Binary | 10001111 | 10010010 | 10000 | 10 | 0 | 1011001 | 101011 | 111101 | 1010000 | 100000 |
Color Harmonies of #8F9210
Complementary color
Monochromatic Colors of #8F9210
Black with #8F9210
Text Example
Text Example
White with #8F9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9210; }
p { color: rgb(143,146,16); }
H1.HeaderClassName
{
color: #8F9210;
}
.AnyTagClassName
{
color: #8F9210;
}
</style>
background-color css
<style>
a { background-color: #8F9210; }
a { background-color: rgb(143,146,16); }
div.DivClassName
{
background-color: #8F9210;
}
.BgClassName
{
background-color: #8F9210;
}
</style>
border-color css
<style>
span { border-color: #8F9210; }
span { border-color: rgb(143,146,16); }
td.TdClassName
{
border-color: #8F9210;
}
.TagClassName
{
border-color: #8F9210;
}
</style>