Shades of Citron #849F04
Tints of Citron #849F04
RGB
CMYK
RGB Variations
Color information
#849F04 (or 0x849F04) is known color: Citron. HEX triplet: 84, 9F and 04. RGB value is (132,159,4). Sum of RGB (Red+Green+Blue) = 132+159+4=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #849F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849F04 is #7B60FB. Grayscale: #858585. Windows color (decimal): -8085756 or 302980. OLE color: 302980.
HSL color Cylindrical-coordinate representation of color #849F04: hue angle of 70.45º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #849F04 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.38 |
| HSL | 70.45º | 0.95% | 0.32% | - |
| HSV(B) | 70.45º | 0.97% | 0.62% | - |
| XYZ | 21.94 | 29.71 | 4.69 | - |
| YUV | 133.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 4 | 0.17 | 0 | 0.97 | 0.38 | 70.45 | 0.95 | 0.32 |
| Hex | 84 | 9F | 4 | 11 | 0 | 61 | 26 | 46 | 5F | 20 |
| Octal | 204 | 237 | 4 | 21 | 0 | 141 | 46 | 106 | 137 | 40 |
| Binary | 10000100 | 10011111 | 100 | 10001 | 0 | 1100001 | 100110 | 1000110 | 1011111 | 100000 |
Color Harmonies of #849F04
Complementary color
Monochromatic Colors of #849F04
Black with #849F04
Text Example
Text Example
White with #849F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F04; }
p { color: rgb(132,159,4); }
H1.HeaderClassName
{
color: #849F04;
}
.AnyTagClassName
{
color: #849F04;
}
</style>
background-color css
<style>
a { background-color: #849F04; }
a { background-color: rgb(132,159,4); }
div.DivClassName
{
background-color: #849F04;
}
.BgClassName
{
background-color: #849F04;
}
</style>
border-color css
<style>
span { border-color: #849F04; }
span { border-color: rgb(132,159,4); }
td.TdClassName
{
border-color: #849F04;
}
.TagClassName
{
border-color: #849F04;
}
</style>