Shades of Citron #8C9412
Tints of Citron #8C9412
RGB
CMYK
RGB Variations
Color information
#8C9412 (or 0x8C9412) is known color: Citron. HEX triplet: 8C, 94 and 12. RGB value is (140,148,18). Sum of RGB (Red+Green+Blue) = 140+148+18=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9412 is #736BED. Grayscale: #838383. Windows color (decimal): -7564270 or 1217676. OLE color: 1217676.
HSL color Cylindrical-coordinate representation of color #8C9412: hue angle of 63.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C9412 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 18 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.42 |
| HSL | 63.69º | 0.78% | 0.33% | - |
| HSV(B) | 63.69º | 0.88% | 0.58% | - |
| XYZ | 21.51 | 26.8 | 4.61 | - |
| YUV | 130.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 18 | 0.05 | 0 | 0.88 | 0.42 | 63.69 | 0.78 | 0.33 |
| Hex | 8C | 94 | 12 | 5 | 0 | 58 | 2A | 40 | 4E | 21 |
| Octal | 214 | 224 | 22 | 5 | 0 | 130 | 52 | 100 | 116 | 41 |
| Binary | 10001100 | 10010100 | 10010 | 101 | 0 | 1011000 | 101010 | 1000000 | 1001110 | 100001 |
Color Harmonies of #8C9412
Complementary color
Monochromatic Colors of #8C9412
Black with #8C9412
Text Example
Text Example
White with #8C9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9412; }
p { color: rgb(140,148,18); }
H1.HeaderClassName
{
color: #8C9412;
}
.AnyTagClassName
{
color: #8C9412;
}
</style>
background-color css
<style>
a { background-color: #8C9412; }
a { background-color: rgb(140,148,18); }
div.DivClassName
{
background-color: #8C9412;
}
.BgClassName
{
background-color: #8C9412;
}
</style>
border-color css
<style>
span { border-color: #8C9412; }
span { border-color: rgb(140,148,18); }
td.TdClassName
{
border-color: #8C9412;
}
.TagClassName
{
border-color: #8C9412;
}
</style>