Shades of Citron #918E14
Tints of Citron #918E14
RGB
CMYK
RGB Variations
Color information
#918E14 (or 0x918E14) is known color: Citron. HEX triplet: 91, 8E and 14. RGB value is (145,142,20). Sum of RGB (Red+Green+Blue) = 145+142+20=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #918E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918E14 is #6E71EB. Grayscale: #818181. Windows color (decimal): -7238124 or 1347217. OLE color: 1347217.
HSL color Cylindrical-coordinate representation of color #918E14: hue angle of 58.56º 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 #918E14 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 20 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.43 |
| HSL | 58.56º | 0.76% | 0.32% | - |
| HSV(B) | 58.56º | 0.86% | 0.57% | - |
| XYZ | 21.48 | 25.42 | 4.44 | - |
| YUV | 128.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 20 | 0 | 0.02 | 0.86 | 0.43 | 58.56 | 0.76 | 0.32 |
| Hex | 91 | 8E | 14 | 0 | 2 | 56 | 2B | 3B | 4C | 20 |
| Octal | 221 | 216 | 24 | 0 | 2 | 126 | 53 | 73 | 114 | 40 |
| Binary | 10010001 | 10001110 | 10100 | 0 | 10 | 1010110 | 101011 | 111011 | 1001100 | 100000 |
Color Harmonies of #918E14
Complementary color
Monochromatic Colors of #918E14
Black with #918E14
Text Example
Text Example
White with #918E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E14; }
p { color: rgb(145,142,20); }
H1.HeaderClassName
{
color: #918E14;
}
.AnyTagClassName
{
color: #918E14;
}
</style>
background-color css
<style>
a { background-color: #918E14; }
a { background-color: rgb(145,142,20); }
div.DivClassName
{
background-color: #918E14;
}
.BgClassName
{
background-color: #918E14;
}
</style>
border-color css
<style>
span { border-color: #918E14; }
span { border-color: rgb(145,142,20); }
td.TdClassName
{
border-color: #918E14;
}
.TagClassName
{
border-color: #918E14;
}
</style>