Shades of Citron #949013
Tints of Citron #949013
RGB
CMYK
RGB Variations
Color information
#949013 (or 0x949013) is known color: Citron. HEX triplet: 94, 90 and 13. RGB value is (148,144,19). Sum of RGB (Red+Green+Blue) = 148+144+19=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #949013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949013 is #6B6FEC. Grayscale: #838383. Windows color (decimal): -7041005 or 1282196. OLE color: 1282196.
HSL color Cylindrical-coordinate representation of color #949013: hue angle of 58.14º 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 #949013 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 19 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.42 |
| HSL | 58.14º | 0.77% | 0.33% | - |
| HSV(B) | 58.14º | 0.87% | 0.58% | - |
| XYZ | 22.3 | 26.29 | 4.51 | - |
| YUV | 130.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 19 | 0 | 0.03 | 0.87 | 0.42 | 58.14 | 0.77 | 0.33 |
| Hex | 94 | 90 | 13 | 0 | 3 | 57 | 2A | 3A | 4D | 21 |
| Octal | 224 | 220 | 23 | 0 | 3 | 127 | 52 | 72 | 115 | 41 |
| Binary | 10010100 | 10010000 | 10011 | 0 | 11 | 1010111 | 101010 | 111010 | 1001101 | 100001 |
Color Harmonies of #949013
Complementary color
Monochromatic Colors of #949013
Black with #949013
Text Example
Text Example
White with #949013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949013; }
p { color: rgb(148,144,19); }
H1.HeaderClassName
{
color: #949013;
}
.AnyTagClassName
{
color: #949013;
}
</style>
background-color css
<style>
a { background-color: #949013; }
a { background-color: rgb(148,144,19); }
div.DivClassName
{
background-color: #949013;
}
.BgClassName
{
background-color: #949013;
}
</style>
border-color css
<style>
span { border-color: #949013; }
span { border-color: rgb(148,144,19); }
td.TdClassName
{
border-color: #949013;
}
.TagClassName
{
border-color: #949013;
}
</style>