Shades of Citron #919D13
Tints of Citron #919D13
RGB
CMYK
RGB Variations
Color information
#919D13 (or 0x919D13) is known color: Citron. HEX triplet: 91, 9D and 13. RGB value is (145,157,19). Sum of RGB (Red+Green+Blue) = 145+157+19=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #919D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919D13 is #6E62EC. Grayscale: #8A8A8A. Windows color (decimal): -7234285 or 1285521. OLE color: 1285521.
HSL color Cylindrical-coordinate representation of color #919D13: hue angle of 65.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #919D13 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 19 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.38 |
| HSL | 65.22º | 0.78% | 0.35% | - |
| HSV(B) | 65.22º | 0.88% | 0.62% | - |
| XYZ | 23.85 | 30.18 | 5.18 | - |
| YUV | 137.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 19 | 0.08 | 0 | 0.88 | 0.38 | 65.22 | 0.78 | 0.35 |
| Hex | 91 | 9D | 13 | 8 | 0 | 58 | 26 | 41 | 4E | 23 |
| Octal | 221 | 235 | 23 | 10 | 0 | 130 | 46 | 101 | 116 | 43 |
| Binary | 10010001 | 10011101 | 10011 | 1000 | 0 | 1011000 | 100110 | 1000001 | 1001110 | 100011 |
Color Harmonies of #919D13
Complementary color
Monochromatic Colors of #919D13
Black with #919D13
Text Example
Text Example
White with #919D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D13; }
p { color: rgb(145,157,19); }
H1.HeaderClassName
{
color: #919D13;
}
.AnyTagClassName
{
color: #919D13;
}
</style>
background-color css
<style>
a { background-color: #919D13; }
a { background-color: rgb(145,157,19); }
div.DivClassName
{
background-color: #919D13;
}
.BgClassName
{
background-color: #919D13;
}
</style>
border-color css
<style>
span { border-color: #919D13; }
span { border-color: rgb(145,157,19); }
td.TdClassName
{
border-color: #919D13;
}
.TagClassName
{
border-color: #919D13;
}
</style>