Shades of Citron #918F0F
Tints of Citron #918F0F
RGB
CMYK
RGB Variations
Color information
#918F0F (or 0x918F0F) is known color: Citron. HEX triplet: 91, 8F and 0F. RGB value is (145,143,15). Sum of RGB (Red+Green+Blue) = 145+143+15=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #918F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918F0F is #6E70F0. Grayscale: #818181. Windows color (decimal): -7237873 or 1019793. OLE color: 1019793.
HSL color Cylindrical-coordinate representation of color #918F0F: hue angle of 59.08º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #918F0F is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 15 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.43 |
| HSL | 59.08º | 0.81% | 0.31% | - |
| HSV(B) | 59.08º | 0.9% | 0.57% | - |
| XYZ | 21.59 | 25.7 | 4.27 | - |
| YUV | 129.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 15 | 0 | 0.01 | 0.90 | 0.43 | 59.08 | 0.81 | 0.31 |
| Hex | 91 | 8F | F | 0 | 1 | 5A | 2B | 3B | 51 | 1F |
| Octal | 221 | 217 | 17 | 0 | 1 | 132 | 53 | 73 | 121 | 37 |
| Binary | 10010001 | 10001111 | 1111 | 0 | 1 | 1011010 | 101011 | 111011 | 1010001 | 11111 |
Color Harmonies of #918F0F
Complementary color
Monochromatic Colors of #918F0F
Black with #918F0F
Text Example
Text Example
White with #918F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F0F; }
p { color: rgb(145,143,15); }
H1.HeaderClassName
{
color: #918F0F;
}
.AnyTagClassName
{
color: #918F0F;
}
</style>
background-color css
<style>
a { background-color: #918F0F; }
a { background-color: rgb(145,143,15); }
div.DivClassName
{
background-color: #918F0F;
}
.BgClassName
{
background-color: #918F0F;
}
</style>
border-color css
<style>
span { border-color: #918F0F; }
span { border-color: rgb(145,143,15); }
td.TdClassName
{
border-color: #918F0F;
}
.TagClassName
{
border-color: #918F0F;
}
</style>