Shades of Citron #949213
Tints of Citron #949213
RGB
CMYK
RGB Variations
Color information
#949213 (or 0x949213) is known color: Citron. HEX triplet: 94, 92 and 13. RGB value is (148,146,19). Sum of RGB (Red+Green+Blue) = 148+146+19=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #949213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949213 is #6B6DEC. Grayscale: #848484. Windows color (decimal): -7040493 or 1282708. OLE color: 1282708.
HSL color Cylindrical-coordinate representation of color #949213: hue angle of 59.07º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #949213 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 19 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.42 |
| HSL | 59.07º | 0.77% | 0.33% | - |
| HSV(B) | 59.07º | 0.87% | 0.58% | - |
| XYZ | 22.61 | 26.9 | 4.62 | - |
| YUV | 132.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 19 | 0 | 0.01 | 0.87 | 0.42 | 59.07 | 0.77 | 0.33 |
| Hex | 94 | 92 | 13 | 0 | 1 | 57 | 2A | 3B | 4D | 21 |
| Octal | 224 | 222 | 23 | 0 | 1 | 127 | 52 | 73 | 115 | 41 |
| Binary | 10010100 | 10010010 | 10011 | 0 | 1 | 1010111 | 101010 | 111011 | 1001101 | 100001 |
Color Harmonies of #949213
Complementary color
Monochromatic Colors of #949213
Black with #949213
Text Example
Text Example
White with #949213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949213; }
p { color: rgb(148,146,19); }
H1.HeaderClassName
{
color: #949213;
}
.AnyTagClassName
{
color: #949213;
}
</style>
background-color css
<style>
a { background-color: #949213; }
a { background-color: rgb(148,146,19); }
div.DivClassName
{
background-color: #949213;
}
.BgClassName
{
background-color: #949213;
}
</style>
border-color css
<style>
span { border-color: #949213; }
span { border-color: rgb(148,146,19); }
td.TdClassName
{
border-color: #949213;
}
.TagClassName
{
border-color: #949213;
}
</style>