Shades of Citron #84A019
Tints of Citron #84A019
RGB
CMYK
RGB Variations
Color information
#84A019 (or 0x84A019) is known color: Citron. HEX triplet: 84, A0 and 19. RGB value is (132,160,25). Sum of RGB (Red+Green+Blue) = 132+160+25=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #84A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A019 is #7B5FE6. Grayscale: #888888. Windows color (decimal): -8085479 or 1679492. OLE color: 1679492.
HSL color Cylindrical-coordinate representation of color #84A019: hue angle of 72.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84A019 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 25 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.37 |
| HSL | 72.44º | 0.73% | 0.36% | - |
| HSV(B) | 72.44º | 0.84% | 0.63% | - |
| XYZ | 22.26 | 30.12 | 5.56 | - |
| YUV | 136.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 25 | 0.17 | 0 | 0.84 | 0.37 | 72.44 | 0.73 | 0.36 |
| Hex | 84 | A0 | 19 | 11 | 0 | 54 | 25 | 48 | 49 | 24 |
| Octal | 204 | 240 | 31 | 21 | 0 | 124 | 45 | 110 | 111 | 44 |
| Binary | 10000100 | 10100000 | 11001 | 10001 | 0 | 1010100 | 100101 | 1001000 | 1001001 | 100100 |
Color Harmonies of #84A019
Complementary color
Monochromatic Colors of #84A019
Black with #84A019
Text Example
Text Example
White with #84A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A019; }
p { color: rgb(132,160,25); }
H1.HeaderClassName
{
color: #84A019;
}
.AnyTagClassName
{
color: #84A019;
}
</style>
background-color css
<style>
a { background-color: #84A019; }
a { background-color: rgb(132,160,25); }
div.DivClassName
{
background-color: #84A019;
}
.BgClassName
{
background-color: #84A019;
}
</style>
border-color css
<style>
span { border-color: #84A019; }
span { border-color: rgb(132,160,25); }
td.TdClassName
{
border-color: #84A019;
}
.TagClassName
{
border-color: #84A019;
}
</style>