Shades of Citron #949214
Tints of Citron #949214
RGB
CMYK
RGB Variations
Color information
#949214 (or 0x949214) is known color: Citron. HEX triplet: 94, 92 and 14. RGB value is (148,146,20). Sum of RGB (Red+Green+Blue) = 148+146+20=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #949214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949214 is #6B6DEB. Grayscale: #848484. Windows color (decimal): -7040492 or 1348244. OLE color: 1348244.
HSL color Cylindrical-coordinate representation of color #949214: hue angle of 59.06º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #949214 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 20 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.42 |
| HSL | 59.06º | 0.76% | 0.33% | - |
| HSV(B) | 59.06º | 0.86% | 0.58% | - |
| XYZ | 22.62 | 26.9 | 4.66 | - |
| YUV | 132.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 20 | 0 | 0.01 | 0.86 | 0.42 | 59.06 | 0.76 | 0.33 |
| Hex | 94 | 92 | 14 | 0 | 1 | 56 | 2A | 3B | 4C | 21 |
| Octal | 224 | 222 | 24 | 0 | 1 | 126 | 52 | 73 | 114 | 41 |
| Binary | 10010100 | 10010010 | 10100 | 0 | 1 | 1010110 | 101010 | 111011 | 1001100 | 100001 |
Color Harmonies of #949214
Complementary color
Monochromatic Colors of #949214
Black with #949214
Text Example
Text Example
White with #949214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949214; }
p { color: rgb(148,146,20); }
H1.HeaderClassName
{
color: #949214;
}
.AnyTagClassName
{
color: #949214;
}
</style>
background-color css
<style>
a { background-color: #949214; }
a { background-color: rgb(148,146,20); }
div.DivClassName
{
background-color: #949214;
}
.BgClassName
{
background-color: #949214;
}
</style>
border-color css
<style>
span { border-color: #949214; }
span { border-color: rgb(148,146,20); }
td.TdClassName
{
border-color: #949214;
}
.TagClassName
{
border-color: #949214;
}
</style>