Shades of Citron #8C8E21
Tints of Citron #8C8E21
RGB
CMYK
RGB Variations
Color information
#8C8E21 (or 0x8C8E21) is known color: Citron. HEX triplet: 8C, 8E and 21. RGB value is (140,142,33). Sum of RGB (Red+Green+Blue) = 140+142+33=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8E21 is #7371DE. Grayscale: #818181. Windows color (decimal): -7565791 or 2199180. OLE color: 2199180.
HSL color Cylindrical-coordinate representation of color #8C8E21: hue angle of 61.1º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C8E21 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 142 | 33 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.44 |
| HSL | 61.1º | 0.62% | 0.34% | - |
| HSV(B) | 61.1º | 0.77% | 0.56% | - |
| XYZ | 20.76 | 25.03 | 5.18 | - |
| YUV | 128.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 33 | 0.01 | 0 | 0.77 | 0.44 | 61.1 | 0.62 | 0.34 |
| Hex | 8C | 8E | 21 | 1 | 0 | 4D | 2C | 3D | 3E | 22 |
| Octal | 214 | 216 | 41 | 1 | 0 | 115 | 54 | 75 | 76 | 42 |
| Binary | 10001100 | 10001110 | 100001 | 1 | 0 | 1001101 | 101100 | 111101 | 111110 | 100010 |
Color Harmonies of #8C8E21
Complementary color
Monochromatic Colors of #8C8E21
Black with #8C8E21
Text Example
Text Example
White with #8C8E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8E21; }
p { color: rgb(140,142,33); }
H1.HeaderClassName
{
color: #8C8E21;
}
.AnyTagClassName
{
color: #8C8E21;
}
</style>
background-color css
<style>
a { background-color: #8C8E21; }
a { background-color: rgb(140,142,33); }
div.DivClassName
{
background-color: #8C8E21;
}
.BgClassName
{
background-color: #8C8E21;
}
</style>
border-color css
<style>
span { border-color: #8C8E21; }
span { border-color: rgb(140,142,33); }
td.TdClassName
{
border-color: #8C8E21;
}
.TagClassName
{
border-color: #8C8E21;
}
</style>