Shades of Citron #929013
Tints of Citron #929013
RGB
CMYK
RGB Variations
Color information
#929013 (or 0x929013) is known color: Citron. HEX triplet: 92, 90 and 13. RGB value is (146,144,19). Sum of RGB (Red+Green+Blue) = 146+144+19=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #929013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929013 is #6D6FEC. Grayscale: #828282. Windows color (decimal): -7172077 or 1282194. OLE color: 1282194.
HSL color Cylindrical-coordinate representation of color #929013: hue angle of 59.06º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #929013 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 144 | 19 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.43 |
| HSL | 59.06º | 0.77% | 0.32% | - |
| HSV(B) | 59.06º | 0.87% | 0.57% | - |
| XYZ | 21.94 | 26.1 | 4.5 | - |
| YUV | 130.35 | 65.16 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 19 | 0 | 0.01 | 0.87 | 0.43 | 59.06 | 0.77 | 0.32 |
| Hex | 92 | 90 | 13 | 0 | 1 | 57 | 2B | 3B | 4D | 20 |
| Octal | 222 | 220 | 23 | 0 | 1 | 127 | 53 | 73 | 115 | 40 |
| Binary | 10010010 | 10010000 | 10011 | 0 | 1 | 1010111 | 101011 | 111011 | 1001101 | 100000 |
Color Harmonies of #929013
Complementary color
Monochromatic Colors of #929013
Black with #929013
Text Example
Text Example
White with #929013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929013; }
p { color: rgb(146,144,19); }
H1.HeaderClassName
{
color: #929013;
}
.AnyTagClassName
{
color: #929013;
}
</style>
background-color css
<style>
a { background-color: #929013; }
a { background-color: rgb(146,144,19); }
div.DivClassName
{
background-color: #929013;
}
.BgClassName
{
background-color: #929013;
}
</style>
border-color css
<style>
span { border-color: #929013; }
span { border-color: rgb(146,144,19); }
td.TdClassName
{
border-color: #929013;
}
.TagClassName
{
border-color: #929013;
}
</style>