Shades of Citron #8D9116
Tints of Citron #8D9116
RGB
CMYK
RGB Variations
Color information
#8D9116 (or 0x8D9116) is known color: Citron. HEX triplet: 8D, 91 and 16. RGB value is (141,145,22). Sum of RGB (Red+Green+Blue) = 141+145+22=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9116 is #726EE9. Grayscale: #828282. Windows color (decimal): -7499498 or 1479053. OLE color: 1479053.
HSL color Cylindrical-coordinate representation of color #8D9116: hue angle of 61.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D9116 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 22 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.43 |
| HSL | 61.95º | 0.74% | 0.33% | - |
| HSV(B) | 61.95º | 0.85% | 0.57% | - |
| XYZ | 21.25 | 25.97 | 4.65 | - |
| YUV | 129.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 22 | 0.03 | 0 | 0.85 | 0.43 | 61.95 | 0.74 | 0.33 |
| Hex | 8D | 91 | 16 | 3 | 0 | 55 | 2B | 3E | 4A | 21 |
| Octal | 215 | 221 | 26 | 3 | 0 | 125 | 53 | 76 | 112 | 41 |
| Binary | 10001101 | 10010001 | 10110 | 11 | 0 | 1010101 | 101011 | 111110 | 1001010 | 100001 |
Color Harmonies of #8D9116
Complementary color
Monochromatic Colors of #8D9116
Black with #8D9116
Text Example
Text Example
White with #8D9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9116; }
p { color: rgb(141,145,22); }
H1.HeaderClassName
{
color: #8D9116;
}
.AnyTagClassName
{
color: #8D9116;
}
</style>
background-color css
<style>
a { background-color: #8D9116; }
a { background-color: rgb(141,145,22); }
div.DivClassName
{
background-color: #8D9116;
}
.BgClassName
{
background-color: #8D9116;
}
</style>
border-color css
<style>
span { border-color: #8D9116; }
span { border-color: rgb(141,145,22); }
td.TdClassName
{
border-color: #8D9116;
}
.TagClassName
{
border-color: #8D9116;
}
</style>