Shades of Citron #8C9221
Tints of Citron #8C9221
RGB
CMYK
RGB Variations
Color information
#8C9221 (or 0x8C9221) is known color: Citron. HEX triplet: 8C, 92 and 21. RGB value is (140,146,33). Sum of RGB (Red+Green+Blue) = 140+146+33=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9221 is #736DDE. Grayscale: #838383. Windows color (decimal): -7564767 or 2200204. OLE color: 2200204.
HSL color Cylindrical-coordinate representation of color #8C9221: hue angle of 63.19º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C9221 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 33 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.43 |
| HSL | 63.19º | 0.63% | 0.35% | - |
| HSV(B) | 63.19º | 0.77% | 0.57% | - |
| XYZ | 21.37 | 26.24 | 5.38 | - |
| YUV | 131.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 33 | 0.04 | 0 | 0.77 | 0.43 | 63.19 | 0.63 | 0.35 |
| Hex | 8C | 92 | 21 | 4 | 0 | 4D | 2B | 3F | 3F | 23 |
| Octal | 214 | 222 | 41 | 4 | 0 | 115 | 53 | 77 | 77 | 43 |
| Binary | 10001100 | 10010010 | 100001 | 100 | 0 | 1001101 | 101011 | 111111 | 111111 | 100011 |
Color Harmonies of #8C9221
Complementary color
Monochromatic Colors of #8C9221
Black with #8C9221
Text Example
Text Example
White with #8C9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9221; }
p { color: rgb(140,146,33); }
H1.HeaderClassName
{
color: #8C9221;
}
.AnyTagClassName
{
color: #8C9221;
}
</style>
background-color css
<style>
a { background-color: #8C9221; }
a { background-color: rgb(140,146,33); }
div.DivClassName
{
background-color: #8C9221;
}
.BgClassName
{
background-color: #8C9221;
}
</style>
border-color css
<style>
span { border-color: #8C9221; }
span { border-color: rgb(140,146,33); }
td.TdClassName
{
border-color: #8C9221;
}
.TagClassName
{
border-color: #8C9221;
}
</style>