Shades of Citron #919D0F
Tints of Citron #919D0F
RGB
CMYK
RGB Variations
Color information
#919D0F (or 0x919D0F) is known color: Citron. HEX triplet: 91, 9D and 0F. RGB value is (145,157,15). Sum of RGB (Red+Green+Blue) = 145+157+15=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #919D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919D0F is #6E62F0. Grayscale: #898989. Windows color (decimal): -7234289 or 1023377. OLE color: 1023377.
HSL color Cylindrical-coordinate representation of color #919D0F: hue angle of 65.07º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #919D0F is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 15 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.38 |
| HSL | 65.07º | 0.83% | 0.34% | - |
| HSV(B) | 65.07º | 0.9% | 0.62% | - |
| XYZ | 23.82 | 30.17 | 5.02 | - |
| YUV | 137.22 | 59.02 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 15 | 0.08 | 0 | 0.90 | 0.38 | 65.07 | 0.83 | 0.34 |
| Hex | 91 | 9D | F | 8 | 0 | 5A | 26 | 41 | 53 | 22 |
| Octal | 221 | 235 | 17 | 10 | 0 | 132 | 46 | 101 | 123 | 42 |
| Binary | 10010001 | 10011101 | 1111 | 1000 | 0 | 1011010 | 100110 | 1000001 | 1010011 | 100010 |
Color Harmonies of #919D0F
Complementary color
Monochromatic Colors of #919D0F
Black with #919D0F
Text Example
Text Example
White with #919D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D0F; }
p { color: rgb(145,157,15); }
H1.HeaderClassName
{
color: #919D0F;
}
.AnyTagClassName
{
color: #919D0F;
}
</style>
background-color css
<style>
a { background-color: #919D0F; }
a { background-color: rgb(145,157,15); }
div.DivClassName
{
background-color: #919D0F;
}
.BgClassName
{
background-color: #919D0F;
}
</style>
border-color css
<style>
span { border-color: #919D0F; }
span { border-color: rgb(145,157,15); }
td.TdClassName
{
border-color: #919D0F;
}
.TagClassName
{
border-color: #919D0F;
}
</style>