Shades of Citron #849D13
Tints of Citron #849D13
RGB
CMYK
RGB Variations
Color information
#849D13 (or 0x849D13) is known color: Citron. HEX triplet: 84, 9D and 13. RGB value is (132,157,19). Sum of RGB (Red+Green+Blue) = 132+157+19=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #849D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849D13 is #7B62EC. Grayscale: #868686. Windows color (decimal): -8086253 or 1285508. OLE color: 1285508.
HSL color Cylindrical-coordinate representation of color #849D13: hue angle of 70.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #849D13 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 19 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.38 |
| HSL | 70.87º | 0.78% | 0.35% | - |
| HSV(B) | 70.87º | 0.88% | 0.62% | - |
| XYZ | 21.69 | 29.07 | 5.08 | - |
| YUV | 133.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 19 | 0.16 | 0 | 0.88 | 0.38 | 70.87 | 0.78 | 0.35 |
| Hex | 84 | 9D | 13 | 10 | 0 | 58 | 26 | 47 | 4E | 23 |
| Octal | 204 | 235 | 23 | 20 | 0 | 130 | 46 | 107 | 116 | 43 |
| Binary | 10000100 | 10011101 | 10011 | 10000 | 0 | 1011000 | 100110 | 1000111 | 1001110 | 100011 |
Color Harmonies of #849D13
Complementary color
Monochromatic Colors of #849D13
Black with #849D13
Text Example
Text Example
White with #849D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D13; }
p { color: rgb(132,157,19); }
H1.HeaderClassName
{
color: #849D13;
}
.AnyTagClassName
{
color: #849D13;
}
</style>
background-color css
<style>
a { background-color: #849D13; }
a { background-color: rgb(132,157,19); }
div.DivClassName
{
background-color: #849D13;
}
.BgClassName
{
background-color: #849D13;
}
</style>
border-color css
<style>
span { border-color: #849D13; }
span { border-color: rgb(132,157,19); }
td.TdClassName
{
border-color: #849D13;
}
.TagClassName
{
border-color: #849D13;
}
</style>