Shades of Citron #8D911C
Tints of Citron #8D911C
RGB
CMYK
RGB Variations
Color information
#8D911C (or 0x8D911C) is known color: Citron. HEX triplet: 8D, 91 and 1C. RGB value is (141,145,28). Sum of RGB (Red+Green+Blue) = 141+145+28=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #8D911C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D911C is #726EE3. Grayscale: #828282. Windows color (decimal): -7499492 or 1872269. OLE color: 1872269.
HSL color Cylindrical-coordinate representation of color #8D911C: hue angle of 62.05º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D911C is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 28 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.43 |
| HSL | 62.05º | 0.68% | 0.34% | - |
| HSV(B) | 62.05º | 0.81% | 0.57% | - |
| XYZ | 21.32 | 26 | 4.99 | - |
| YUV | 130.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 28 | 0.03 | 0 | 0.81 | 0.43 | 62.05 | 0.68 | 0.34 |
| Hex | 8D | 91 | 1C | 3 | 0 | 51 | 2B | 3E | 44 | 22 |
| Octal | 215 | 221 | 34 | 3 | 0 | 121 | 53 | 76 | 104 | 42 |
| Binary | 10001101 | 10010001 | 11100 | 11 | 0 | 1010001 | 101011 | 111110 | 1000100 | 100010 |
Color Harmonies of #8D911C
Complementary color
Monochromatic Colors of #8D911C
Black with #8D911C
Text Example
Text Example
White with #8D911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D911C; }
p { color: rgb(141,145,28); }
H1.HeaderClassName
{
color: #8D911C;
}
.AnyTagClassName
{
color: #8D911C;
}
</style>
background-color css
<style>
a { background-color: #8D911C; }
a { background-color: rgb(141,145,28); }
div.DivClassName
{
background-color: #8D911C;
}
.BgClassName
{
background-color: #8D911C;
}
</style>
border-color css
<style>
span { border-color: #8D911C; }
span { border-color: rgb(141,145,28); }
td.TdClassName
{
border-color: #8D911C;
}
.TagClassName
{
border-color: #8D911C;
}
</style>