Shades of Citron #849F03
Tints of Citron #849F03
RGB
CMYK
RGB Variations
Color information
#849F03 (or 0x849F03) is known color: Citron. HEX triplet: 84, 9F and 03. RGB value is (132,159,3). Sum of RGB (Red+Green+Blue) = 132+159+3=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #849F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849F03 is #7B60FC. Grayscale: #858585. Windows color (decimal): -8085757 or 237444. OLE color: 237444.
HSL color Cylindrical-coordinate representation of color #849F03: hue angle of 70.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #849F03 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 3 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.38 |
| HSL | 70.38º | 0.96% | 0.32% | - |
| HSV(B) | 70.38º | 0.98% | 0.62% | - |
| XYZ | 21.93 | 29.71 | 4.66 | - |
| YUV | 133.14 | 54.55 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 3 | 0.17 | 0 | 0.98 | 0.38 | 70.38 | 0.96 | 0.32 |
| Hex | 84 | 9F | 3 | 11 | 0 | 62 | 26 | 46 | 60 | 20 |
| Octal | 204 | 237 | 3 | 21 | 0 | 142 | 46 | 106 | 140 | 40 |
| Binary | 10000100 | 10011111 | 11 | 10001 | 0 | 1100010 | 100110 | 1000110 | 1100000 | 100000 |
Color Harmonies of #849F03
Complementary color
Monochromatic Colors of #849F03
Black with #849F03
Text Example
Text Example
White with #849F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F03; }
p { color: rgb(132,159,3); }
H1.HeaderClassName
{
color: #849F03;
}
.AnyTagClassName
{
color: #849F03;
}
</style>
background-color css
<style>
a { background-color: #849F03; }
a { background-color: rgb(132,159,3); }
div.DivClassName
{
background-color: #849F03;
}
.BgClassName
{
background-color: #849F03;
}
</style>
border-color css
<style>
span { border-color: #849F03; }
span { border-color: rgb(132,159,3); }
td.TdClassName
{
border-color: #849F03;
}
.TagClassName
{
border-color: #849F03;
}
</style>