Shades of Citron #949904
Tints of Citron #949904
RGB
CMYK
RGB Variations
Color information
#949904 (or 0x949904) is known color: Citron. HEX triplet: 94, 99 and 04. RGB value is (148,153,4). Sum of RGB (Red+Green+Blue) = 148+153+4=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #949904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949904 is #6B66FB. Grayscale: #878787. Windows color (decimal): -7038716 or 301460. OLE color: 301460.
HSL color Cylindrical-coordinate representation of color #949904: hue angle of 62.01º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #949904 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 4 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.4 |
| HSL | 62.01º | 0.95% | 0.31% | - |
| HSV(B) | 62.01º | 0.97% | 0.6% | - |
| XYZ | 23.63 | 29.09 | 4.48 | - |
| YUV | 134.52 | 54.34 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 4 | 0.03 | 0 | 0.97 | 0.4 | 62.01 | 0.95 | 0.31 |
| Hex | 94 | 99 | 4 | 3 | 0 | 61 | 28 | 3E | 5F | 1F |
| Octal | 224 | 231 | 4 | 3 | 0 | 141 | 50 | 76 | 137 | 37 |
| Binary | 10010100 | 10011001 | 100 | 11 | 0 | 1100001 | 101000 | 111110 | 1011111 | 11111 |
Color Harmonies of #949904
Complementary color
Monochromatic Colors of #949904
Black with #949904
Text Example
Text Example
White with #949904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949904; }
p { color: rgb(148,153,4); }
H1.HeaderClassName
{
color: #949904;
}
.AnyTagClassName
{
color: #949904;
}
</style>
background-color css
<style>
a { background-color: #949904; }
a { background-color: rgb(148,153,4); }
div.DivClassName
{
background-color: #949904;
}
.BgClassName
{
background-color: #949904;
}
</style>
border-color css
<style>
span { border-color: #949904; }
span { border-color: rgb(148,153,4); }
td.TdClassName
{
border-color: #949904;
}
.TagClassName
{
border-color: #949904;
}
</style>