Shades of Citron #8C920C
Tints of Citron #8C920C
RGB
CMYK
RGB Variations
Color information
#8C920C (or 0x8C920C) is known color: Citron. HEX triplet: 8C, 92 and 0C. RGB value is (140,146,12). Sum of RGB (Red+Green+Blue) = 140+146+12=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #8C920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C920C is #736DF3. Grayscale: #818181. Windows color (decimal): -7564788 or 823948. OLE color: 823948.
HSL color Cylindrical-coordinate representation of color #8C920C: hue angle of 62.69º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C920C is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 12 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.43 |
| HSL | 62.69º | 0.85% | 0.31% | - |
| HSV(B) | 62.69º | 0.92% | 0.57% | - |
| XYZ | 21.16 | 26.16 | 4.28 | - |
| YUV | 128.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 12 | 0.04 | 0 | 0.92 | 0.43 | 62.69 | 0.85 | 0.31 |
| Hex | 8C | 92 | C | 4 | 0 | 5C | 2B | 3F | 55 | 1F |
| Octal | 214 | 222 | 14 | 4 | 0 | 134 | 53 | 77 | 125 | 37 |
| Binary | 10001100 | 10010010 | 1100 | 100 | 0 | 1011100 | 101011 | 111111 | 1010101 | 11111 |
Color Harmonies of #8C920C
Complementary color
Monochromatic Colors of #8C920C
Black with #8C920C
Text Example
Text Example
White with #8C920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C920C; }
p { color: rgb(140,146,12); }
H1.HeaderClassName
{
color: #8C920C;
}
.AnyTagClassName
{
color: #8C920C;
}
</style>
background-color css
<style>
a { background-color: #8C920C; }
a { background-color: rgb(140,146,12); }
div.DivClassName
{
background-color: #8C920C;
}
.BgClassName
{
background-color: #8C920C;
}
</style>
border-color css
<style>
span { border-color: #8C920C; }
span { border-color: rgb(140,146,12); }
td.TdClassName
{
border-color: #8C920C;
}
.TagClassName
{
border-color: #8C920C;
}
</style>