Shades of Citron #8D920F
Tints of Citron #8D920F
RGB
CMYK
RGB Variations
Color information
#8D920F (or 0x8D920F) is known color: Citron. HEX triplet: 8D, 92 and 0F. RGB value is (141,146,15). Sum of RGB (Red+Green+Blue) = 141+146+15=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #8D920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D920F is #726DF0. Grayscale: #828282. Windows color (decimal): -7499249 or 1020557. OLE color: 1020557.
HSL color Cylindrical-coordinate representation of color #8D920F: hue angle of 62.29º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D920F is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 15 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.43 |
| HSL | 62.29º | 0.81% | 0.32% | - |
| HSV(B) | 62.29º | 0.9% | 0.57% | - |
| XYZ | 21.35 | 26.25 | 4.39 | - |
| YUV | 129.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 15 | 0.03 | 0 | 0.90 | 0.43 | 62.29 | 0.81 | 0.32 |
| Hex | 8D | 92 | F | 3 | 0 | 5A | 2B | 3E | 51 | 20 |
| Octal | 215 | 222 | 17 | 3 | 0 | 132 | 53 | 76 | 121 | 40 |
| Binary | 10001101 | 10010010 | 1111 | 11 | 0 | 1011010 | 101011 | 111110 | 1010001 | 100000 |
Color Harmonies of #8D920F
Complementary color
Monochromatic Colors of #8D920F
Black with #8D920F
Text Example
Text Example
White with #8D920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D920F; }
p { color: rgb(141,146,15); }
H1.HeaderClassName
{
color: #8D920F;
}
.AnyTagClassName
{
color: #8D920F;
}
</style>
background-color css
<style>
a { background-color: #8D920F; }
a { background-color: rgb(141,146,15); }
div.DivClassName
{
background-color: #8D920F;
}
.BgClassName
{
background-color: #8D920F;
}
</style>
border-color css
<style>
span { border-color: #8D920F; }
span { border-color: rgb(141,146,15); }
td.TdClassName
{
border-color: #8D920F;
}
.TagClassName
{
border-color: #8D920F;
}
</style>