Shades of Citron #949210
Tints of Citron #949210
RGB
CMYK
RGB Variations
Color information
#949210 (or 0x949210) is known color: Citron. HEX triplet: 94, 92 and 10. RGB value is (148,146,16). Sum of RGB (Red+Green+Blue) = 148+146+16=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #949210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949210 is #6B6DEF. Grayscale: #848484. Windows color (decimal): -7040496 or 1086100. OLE color: 1086100.
HSL color Cylindrical-coordinate representation of color #949210: hue angle of 59.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #949210 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 16 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.42 |
| HSL | 59.09º | 0.8% | 0.32% | - |
| HSV(B) | 59.09º | 0.89% | 0.58% | - |
| XYZ | 22.59 | 26.89 | 4.49 | - |
| YUV | 131.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 16 | 0 | 0.01 | 0.89 | 0.42 | 59.09 | 0.8 | 0.32 |
| Hex | 94 | 92 | 10 | 0 | 1 | 59 | 2A | 3B | 50 | 20 |
| Octal | 224 | 222 | 20 | 0 | 1 | 131 | 52 | 73 | 120 | 40 |
| Binary | 10010100 | 10010010 | 10000 | 0 | 1 | 1011001 | 101010 | 111011 | 1010000 | 100000 |
Color Harmonies of #949210
Complementary color
Monochromatic Colors of #949210
Black with #949210
Text Example
Text Example
White with #949210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949210; }
p { color: rgb(148,146,16); }
H1.HeaderClassName
{
color: #949210;
}
.AnyTagClassName
{
color: #949210;
}
</style>
background-color css
<style>
a { background-color: #949210; }
a { background-color: rgb(148,146,16); }
div.DivClassName
{
background-color: #949210;
}
.BgClassName
{
background-color: #949210;
}
</style>
border-color css
<style>
span { border-color: #949210; }
span { border-color: rgb(148,146,16); }
td.TdClassName
{
border-color: #949210;
}
.TagClassName
{
border-color: #949210;
}
</style>