Shades of Citron #8C910E
Tints of Citron #8C910E
RGB
CMYK
RGB Variations
Color information
#8C910E (or 0x8C910E) is known color: Citron. HEX triplet: 8C, 91 and 0E. RGB value is (140,145,14). Sum of RGB (Red+Green+Blue) = 140+145+14=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #8C910E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C910E is #736EF1. Grayscale: #818181. Windows color (decimal): -7565042 or 954764. OLE color: 954764.
HSL color Cylindrical-coordinate representation of color #8C910E: hue angle of 62.29º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C910E is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 14 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.43 |
| HSL | 62.29º | 0.82% | 0.31% | - |
| HSV(B) | 62.29º | 0.9% | 0.57% | - |
| XYZ | 21.02 | 25.86 | 4.3 | - |
| YUV | 128.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 14 | 0.03 | 0 | 0.90 | 0.43 | 62.29 | 0.82 | 0.31 |
| Hex | 8C | 91 | E | 3 | 0 | 5A | 2B | 3E | 52 | 1F |
| Octal | 214 | 221 | 16 | 3 | 0 | 132 | 53 | 76 | 122 | 37 |
| Binary | 10001100 | 10010001 | 1110 | 11 | 0 | 1011010 | 101011 | 111110 | 1010010 | 11111 |
Color Harmonies of #8C910E
Complementary color
Monochromatic Colors of #8C910E
Black with #8C910E
Text Example
Text Example
White with #8C910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C910E; }
p { color: rgb(140,145,14); }
H1.HeaderClassName
{
color: #8C910E;
}
.AnyTagClassName
{
color: #8C910E;
}
</style>
background-color css
<style>
a { background-color: #8C910E; }
a { background-color: rgb(140,145,14); }
div.DivClassName
{
background-color: #8C910E;
}
.BgClassName
{
background-color: #8C910E;
}
</style>
border-color css
<style>
span { border-color: #8C910E; }
span { border-color: rgb(140,145,14); }
td.TdClassName
{
border-color: #8C910E;
}
.TagClassName
{
border-color: #8C910E;
}
</style>