Shades of Citron #8C8F20
Tints of Citron #8C8F20
RGB
CMYK
RGB Variations
Color information
#8C8F20 (or 0x8C8F20) is known color: Citron. HEX triplet: 8C, 8F and 20. RGB value is (140,143,32). Sum of RGB (Red+Green+Blue) = 140+143+32=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8F20 is #7370DF. Grayscale: #818181. Windows color (decimal): -7565536 or 2133900. OLE color: 2133900.
HSL color Cylindrical-coordinate representation of color #8C8F20: hue angle of 61.62º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C8F20 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 32 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.44 |
| HSL | 61.62º | 0.63% | 0.34% | - |
| HSV(B) | 61.62º | 0.78% | 0.56% | - |
| XYZ | 20.9 | 25.32 | 5.15 | - |
| YUV | 129.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 32 | 0.02 | 0 | 0.78 | 0.44 | 61.62 | 0.63 | 0.34 |
| Hex | 8C | 8F | 20 | 2 | 0 | 4E | 2C | 3E | 3F | 22 |
| Octal | 214 | 217 | 40 | 2 | 0 | 116 | 54 | 76 | 77 | 42 |
| Binary | 10001100 | 10001111 | 100000 | 10 | 0 | 1001110 | 101100 | 111110 | 111111 | 100010 |
Color Harmonies of #8C8F20
Complementary color
Monochromatic Colors of #8C8F20
Black with #8C8F20
Text Example
Text Example
White with #8C8F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F20; }
p { color: rgb(140,143,32); }
H1.HeaderClassName
{
color: #8C8F20;
}
.AnyTagClassName
{
color: #8C8F20;
}
</style>
background-color css
<style>
a { background-color: #8C8F20; }
a { background-color: rgb(140,143,32); }
div.DivClassName
{
background-color: #8C8F20;
}
.BgClassName
{
background-color: #8C8F20;
}
</style>
border-color css
<style>
span { border-color: #8C8F20; }
span { border-color: rgb(140,143,32); }
td.TdClassName
{
border-color: #8C8F20;
}
.TagClassName
{
border-color: #8C8F20;
}
</style>