Shades of Citron #8C9224
Tints of Citron #8C9224
RGB
CMYK
RGB Variations
Color information
#8C9224 (or 0x8C9224) is known color: Citron. HEX triplet: 8C, 92 and 24. RGB value is (140,146,36). Sum of RGB (Red+Green+Blue) = 140+146+36=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9224 is #736DDB. Grayscale: #848484. Windows color (decimal): -7564764 or 2396812. OLE color: 2396812.
HSL color Cylindrical-coordinate representation of color #8C9224: hue angle of 63.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C9224 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 36 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.43 |
| HSL | 63.27º | 0.6% | 0.36% | - |
| HSV(B) | 63.27º | 0.75% | 0.57% | - |
| XYZ | 21.41 | 26.26 | 5.61 | - |
| YUV | 131.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 36 | 0.04 | 0 | 0.75 | 0.43 | 63.27 | 0.6 | 0.36 |
| Hex | 8C | 92 | 24 | 4 | 0 | 4B | 2B | 3F | 3C | 24 |
| Octal | 214 | 222 | 44 | 4 | 0 | 113 | 53 | 77 | 74 | 44 |
| Binary | 10001100 | 10010010 | 100100 | 100 | 0 | 1001011 | 101011 | 111111 | 111100 | 100100 |
Color Harmonies of #8C9224
Complementary color
Monochromatic Colors of #8C9224
Black with #8C9224
Text Example
Text Example
White with #8C9224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9224; }
p { color: rgb(140,146,36); }
H1.HeaderClassName
{
color: #8C9224;
}
.AnyTagClassName
{
color: #8C9224;
}
</style>
background-color css
<style>
a { background-color: #8C9224; }
a { background-color: rgb(140,146,36); }
div.DivClassName
{
background-color: #8C9224;
}
.BgClassName
{
background-color: #8C9224;
}
</style>
border-color css
<style>
span { border-color: #8C9224; }
span { border-color: rgb(140,146,36); }
td.TdClassName
{
border-color: #8C9224;
}
.TagClassName
{
border-color: #8C9224;
}
</style>