Shades of Citron #918D14
Tints of Citron #918D14
RGB
CMYK
RGB Variations
Color information
#918D14 (or 0x918D14) is known color: Citron. HEX triplet: 91, 8D and 14. RGB value is (145,141,20). Sum of RGB (Red+Green+Blue) = 145+141+20=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #918D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918D14 is #6E72EB. Grayscale: #808080. Windows color (decimal): -7238380 or 1346961. OLE color: 1346961.
HSL color Cylindrical-coordinate representation of color #918D14: hue angle of 58.08º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #918D14 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 20 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.43 |
| HSL | 58.08º | 0.76% | 0.32% | - |
| HSV(B) | 58.08º | 0.86% | 0.57% | - |
| XYZ | 21.33 | 25.12 | 4.39 | - |
| YUV | 128.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 20 | 0 | 0.03 | 0.86 | 0.43 | 58.08 | 0.76 | 0.32 |
| Hex | 91 | 8D | 14 | 0 | 3 | 56 | 2B | 3A | 4C | 20 |
| Octal | 221 | 215 | 24 | 0 | 3 | 126 | 53 | 72 | 114 | 40 |
| Binary | 10010001 | 10001101 | 10100 | 0 | 11 | 1010110 | 101011 | 111010 | 1001100 | 100000 |
Color Harmonies of #918D14
Complementary color
Monochromatic Colors of #918D14
Black with #918D14
Text Example
Text Example
White with #918D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D14; }
p { color: rgb(145,141,20); }
H1.HeaderClassName
{
color: #918D14;
}
.AnyTagClassName
{
color: #918D14;
}
</style>
background-color css
<style>
a { background-color: #918D14; }
a { background-color: rgb(145,141,20); }
div.DivClassName
{
background-color: #918D14;
}
.BgClassName
{
background-color: #918D14;
}
</style>
border-color css
<style>
span { border-color: #918D14; }
span { border-color: rgb(145,141,20); }
td.TdClassName
{
border-color: #918D14;
}
.TagClassName
{
border-color: #918D14;
}
</style>