Shades of Citron #8C8F1F
Tints of Citron #8C8F1F
RGB
CMYK
RGB Variations
Color information
#8C8F1F (or 0x8C8F1F) is known color: Citron. HEX triplet: 8C, 8F and 1F. RGB value is (140,143,31). Sum of RGB (Red+Green+Blue) = 140+143+31=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8F1F is #7370E0. Grayscale: #818181. Windows color (decimal): -7565537 or 2068364. OLE color: 2068364.
HSL color Cylindrical-coordinate representation of color #8C8F1F: hue angle of 61.61º degrees, saturation: 0.64, 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 #8C8F1F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 31 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.44 |
| HSL | 61.61º | 0.64% | 0.34% | - |
| HSV(B) | 61.61º | 0.78% | 0.56% | - |
| XYZ | 20.89 | 25.32 | 5.08 | - |
| YUV | 129.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 31 | 0.02 | 0 | 0.78 | 0.44 | 61.61 | 0.64 | 0.34 |
| Hex | 8C | 8F | 1F | 2 | 0 | 4E | 2C | 3E | 40 | 22 |
| Octal | 214 | 217 | 37 | 2 | 0 | 116 | 54 | 76 | 100 | 42 |
| Binary | 10001100 | 10001111 | 11111 | 10 | 0 | 1001110 | 101100 | 111110 | 1000000 | 100010 |
Color Harmonies of #8C8F1F
Complementary color
Monochromatic Colors of #8C8F1F
Black with #8C8F1F
Text Example
Text Example
White with #8C8F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F1F; }
p { color: rgb(140,143,31); }
H1.HeaderClassName
{
color: #8C8F1F;
}
.AnyTagClassName
{
color: #8C8F1F;
}
</style>
background-color css
<style>
a { background-color: #8C8F1F; }
a { background-color: rgb(140,143,31); }
div.DivClassName
{
background-color: #8C8F1F;
}
.BgClassName
{
background-color: #8C8F1F;
}
</style>
border-color css
<style>
span { border-color: #8C8F1F; }
span { border-color: rgb(140,143,31); }
td.TdClassName
{
border-color: #8C8F1F;
}
.TagClassName
{
border-color: #8C8F1F;
}
</style>