Shades of Citron #919931
Tints of Citron #919931
RGB
CMYK
RGB Variations
Color information
#919931 (or 0x919931) is known color: Citron. HEX triplet: 91, 99 and 31. RGB value is (145,153,49). Sum of RGB (Red+Green+Blue) = 145+153+49=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #919931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919931 is #6E66CE. Grayscale: #8B8B8B. Windows color (decimal): -7235279 or 3250577. OLE color: 3250577.
HSL color Cylindrical-coordinate representation of color #919931: hue angle of 64.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #919931 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 49 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.4 |
| HSL | 64.62º | 0.51% | 0.4% | - |
| HSV(B) | 64.62º | 0.68% | 0.6% | - |
| XYZ | 23.62 | 29.02 | 7.26 | - |
| YUV | 138.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 49 | 0.05 | 0 | 0.68 | 0.4 | 64.62 | 0.51 | 0.4 |
| Hex | 91 | 99 | 31 | 5 | 0 | 44 | 28 | 41 | 33 | 28 |
| Octal | 221 | 231 | 61 | 5 | 0 | 104 | 50 | 101 | 63 | 50 |
| Binary | 10010001 | 10011001 | 110001 | 101 | 0 | 1000100 | 101000 | 1000001 | 110011 | 101000 |
Color Harmonies of #919931
Complementary color
Monochromatic Colors of #919931
Black with #919931
Text Example
Text Example
White with #919931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919931; }
p { color: rgb(145,153,49); }
H1.HeaderClassName
{
color: #919931;
}
.AnyTagClassName
{
color: #919931;
}
</style>
background-color css
<style>
a { background-color: #919931; }
a { background-color: rgb(145,153,49); }
div.DivClassName
{
background-color: #919931;
}
.BgClassName
{
background-color: #919931;
}
</style>
border-color css
<style>
span { border-color: #919931; }
span { border-color: rgb(145,153,49); }
td.TdClassName
{
border-color: #919931;
}
.TagClassName
{
border-color: #919931;
}
</style>