Shades of Citron #918E16
Tints of Citron #918E16
RGB
CMYK
RGB Variations
Color information
#918E16 (or 0x918E16) is known color: Citron. HEX triplet: 91, 8E and 16. RGB value is (145,142,22). Sum of RGB (Red+Green+Blue) = 145+142+22=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #918E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918E16 is #6E71E9. Grayscale: #818181. Windows color (decimal): -7238122 or 1478289. OLE color: 1478289.
HSL color Cylindrical-coordinate representation of color #918E16: hue angle of 58.54º 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 #918E16 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 22 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.43 |
| HSL | 58.54º | 0.74% | 0.33% | - |
| HSV(B) | 58.54º | 0.85% | 0.57% | - |
| XYZ | 21.49 | 25.42 | 4.53 | - |
| YUV | 129.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 22 | 0 | 0.02 | 0.85 | 0.43 | 58.54 | 0.74 | 0.33 |
| Hex | 91 | 8E | 16 | 0 | 2 | 55 | 2B | 3B | 4A | 21 |
| Octal | 221 | 216 | 26 | 0 | 2 | 125 | 53 | 73 | 112 | 41 |
| Binary | 10010001 | 10001110 | 10110 | 0 | 10 | 1010101 | 101011 | 111011 | 1001010 | 100001 |
Color Harmonies of #918E16
Complementary color
Monochromatic Colors of #918E16
Black with #918E16
Text Example
Text Example
White with #918E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E16; }
p { color: rgb(145,142,22); }
H1.HeaderClassName
{
color: #918E16;
}
.AnyTagClassName
{
color: #918E16;
}
</style>
background-color css
<style>
a { background-color: #918E16; }
a { background-color: rgb(145,142,22); }
div.DivClassName
{
background-color: #918E16;
}
.BgClassName
{
background-color: #918E16;
}
</style>
border-color css
<style>
span { border-color: #918E16; }
span { border-color: rgb(145,142,22); }
td.TdClassName
{
border-color: #918E16;
}
.TagClassName
{
border-color: #918E16;
}
</style>