Shades of Citron #918F10
Tints of Citron #918F10
RGB
CMYK
RGB Variations
Color information
#918F10 (or 0x918F10) is known color: Citron. HEX triplet: 91, 8F and 10. RGB value is (145,143,16). Sum of RGB (Red+Green+Blue) = 145+143+16=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #918F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918F10 is #6E70EF. Grayscale: #818181. Windows color (decimal): -7237872 or 1085329. OLE color: 1085329.
HSL color Cylindrical-coordinate representation of color #918F10: hue angle of 59.07º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #918F10 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 16 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.43 |
| HSL | 59.07º | 0.8% | 0.32% | - |
| HSV(B) | 59.07º | 0.89% | 0.57% | - |
| XYZ | 21.59 | 25.7 | 4.31 | - |
| YUV | 129.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 16 | 0 | 0.01 | 0.89 | 0.43 | 59.07 | 0.8 | 0.32 |
| Hex | 91 | 8F | 10 | 0 | 1 | 59 | 2B | 3B | 50 | 20 |
| Octal | 221 | 217 | 20 | 0 | 1 | 131 | 53 | 73 | 120 | 40 |
| Binary | 10010001 | 10001111 | 10000 | 0 | 1 | 1011001 | 101011 | 111011 | 1010000 | 100000 |
Color Harmonies of #918F10
Complementary color
Monochromatic Colors of #918F10
Black with #918F10
Text Example
Text Example
White with #918F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F10; }
p { color: rgb(145,143,16); }
H1.HeaderClassName
{
color: #918F10;
}
.AnyTagClassName
{
color: #918F10;
}
</style>
background-color css
<style>
a { background-color: #918F10; }
a { background-color: rgb(145,143,16); }
div.DivClassName
{
background-color: #918F10;
}
.BgClassName
{
background-color: #918F10;
}
</style>
border-color css
<style>
span { border-color: #918F10; }
span { border-color: rgb(145,143,16); }
td.TdClassName
{
border-color: #918F10;
}
.TagClassName
{
border-color: #918F10;
}
</style>