Shades of Citron #949804
Tints of Citron #949804
RGB
CMYK
RGB Variations
Color information
#949804 (or 0x949804) is known color: Citron. HEX triplet: 94, 98 and 04. RGB value is (148,152,4). Sum of RGB (Red+Green+Blue) = 148+152+4=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #949804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949804 is #6B67FB. Grayscale: #868686. Windows color (decimal): -7038972 or 301204. OLE color: 301204.
HSL color Cylindrical-coordinate representation of color #949804: hue angle of 61.62º 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 #949804 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 4 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.40 |
| HSL | 61.62º | 0.95% | 0.31% | - |
| HSV(B) | 61.62º | 0.97% | 0.6% | - |
| XYZ | 23.46 | 28.76 | 4.43 | - |
| YUV | 133.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 4 | 0.03 | 0 | 0.97 | 0.40 | 61.62 | 0.95 | 0.31 |
| Hex | 94 | 98 | 4 | 3 | 0 | 61 | 28 | 3E | 5F | 1F |
| Octal | 224 | 230 | 4 | 3 | 0 | 141 | 50 | 76 | 137 | 37 |
| Binary | 10010100 | 10011000 | 100 | 11 | 0 | 1100001 | 101000 | 111110 | 1011111 | 11111 |
Color Harmonies of #949804
Complementary color
Monochromatic Colors of #949804
Black with #949804
Text Example
Text Example
White with #949804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949804; }
p { color: rgb(148,152,4); }
H1.HeaderClassName
{
color: #949804;
}
.AnyTagClassName
{
color: #949804;
}
</style>
background-color css
<style>
a { background-color: #949804; }
a { background-color: rgb(148,152,4); }
div.DivClassName
{
background-color: #949804;
}
.BgClassName
{
background-color: #949804;
}
</style>
border-color css
<style>
span { border-color: #949804; }
span { border-color: rgb(148,152,4); }
td.TdClassName
{
border-color: #949804;
}
.TagClassName
{
border-color: #949804;
}
</style>