Shades of Citron #949914
Tints of Citron #949914
RGB
CMYK
RGB Variations
Color information
#949914 (or 0x949914) is known color: Citron. HEX triplet: 94, 99 and 14. RGB value is (148,153,20). Sum of RGB (Red+Green+Blue) = 148+153+20=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #949914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949914 is #6B66EB. Grayscale: #888888. Windows color (decimal): -7038700 or 1350036. OLE color: 1350036.
HSL color Cylindrical-coordinate representation of color #949914: hue angle of 62.26º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #949914 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 20 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.4 |
| HSL | 62.26º | 0.77% | 0.34% | - |
| HSV(B) | 62.26º | 0.87% | 0.6% | - |
| XYZ | 23.73 | 29.13 | 5.03 | - |
| YUV | 136.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 20 | 0.03 | 0 | 0.87 | 0.4 | 62.26 | 0.77 | 0.34 |
| Hex | 94 | 99 | 14 | 3 | 0 | 57 | 28 | 3E | 4D | 22 |
| Octal | 224 | 231 | 24 | 3 | 0 | 127 | 50 | 76 | 115 | 42 |
| Binary | 10010100 | 10011001 | 10100 | 11 | 0 | 1010111 | 101000 | 111110 | 1001101 | 100010 |
Color Harmonies of #949914
Complementary color
Monochromatic Colors of #949914
Black with #949914
Text Example
Text Example
White with #949914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949914; }
p { color: rgb(148,153,20); }
H1.HeaderClassName
{
color: #949914;
}
.AnyTagClassName
{
color: #949914;
}
</style>
background-color css
<style>
a { background-color: #949914; }
a { background-color: rgb(148,153,20); }
div.DivClassName
{
background-color: #949914;
}
.BgClassName
{
background-color: #949914;
}
</style>
border-color css
<style>
span { border-color: #949914; }
span { border-color: rgb(148,153,20); }
td.TdClassName
{
border-color: #949914;
}
.TagClassName
{
border-color: #949914;
}
</style>