Shades of Citron #918F16
Tints of Citron #918F16
RGB
CMYK
RGB Variations
Color information
#918F16 (or 0x918F16) is known color: Citron. HEX triplet: 91, 8F and 16. RGB value is (145,143,22). Sum of RGB (Red+Green+Blue) = 145+143+22=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #918F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918F16 is #6E70E9. Grayscale: #828282. Windows color (decimal): -7237866 or 1478545. OLE color: 1478545.
HSL color Cylindrical-coordinate representation of color #918F16: hue angle of 59.02º 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 #918F16 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 22 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.43 |
| HSL | 59.02º | 0.74% | 0.33% | - |
| HSV(B) | 59.02º | 0.85% | 0.57% | - |
| XYZ | 21.64 | 25.72 | 4.58 | - |
| YUV | 129.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 22 | 0 | 0.01 | 0.85 | 0.43 | 59.02 | 0.74 | 0.33 |
| Hex | 91 | 8F | 16 | 0 | 1 | 55 | 2B | 3B | 4A | 21 |
| Octal | 221 | 217 | 26 | 0 | 1 | 125 | 53 | 73 | 112 | 41 |
| Binary | 10010001 | 10001111 | 10110 | 0 | 1 | 1010101 | 101011 | 111011 | 1001010 | 100001 |
Color Harmonies of #918F16
Complementary color
Monochromatic Colors of #918F16
Black with #918F16
Text Example
Text Example
White with #918F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F16; }
p { color: rgb(145,143,22); }
H1.HeaderClassName
{
color: #918F16;
}
.AnyTagClassName
{
color: #918F16;
}
</style>
background-color css
<style>
a { background-color: #918F16; }
a { background-color: rgb(145,143,22); }
div.DivClassName
{
background-color: #918F16;
}
.BgClassName
{
background-color: #918F16;
}
</style>
border-color css
<style>
span { border-color: #918F16; }
span { border-color: rgb(145,143,22); }
td.TdClassName
{
border-color: #918F16;
}
.TagClassName
{
border-color: #918F16;
}
</style>