Shades of Citron #84A017
Tints of Citron #84A017
RGB
CMYK
RGB Variations
Color information
#84A017 (or 0x84A017) is known color: Citron. HEX triplet: 84, A0 and 17. RGB value is (132,160,23). Sum of RGB (Red+Green+Blue) = 132+160+23=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #84A017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A017 is #7B5FE8. Grayscale: #888888. Windows color (decimal): -8085481 or 1548420. OLE color: 1548420.
HSL color Cylindrical-coordinate representation of color #84A017: hue angle of 72.26º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84A017 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 23 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.37 |
| HSL | 72.26º | 0.75% | 0.36% | - |
| HSV(B) | 72.26º | 0.86% | 0.63% | - |
| XYZ | 22.24 | 30.11 | 5.45 | - |
| YUV | 136.01 | 64.22 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 23 | 0.17 | 0 | 0.86 | 0.37 | 72.26 | 0.75 | 0.36 |
| Hex | 84 | A0 | 17 | 11 | 0 | 56 | 25 | 48 | 4B | 24 |
| Octal | 204 | 240 | 27 | 21 | 0 | 126 | 45 | 110 | 113 | 44 |
| Binary | 10000100 | 10100000 | 10111 | 10001 | 0 | 1010110 | 100101 | 1001000 | 1001011 | 100100 |
Color Harmonies of #84A017
Complementary color
Monochromatic Colors of #84A017
Black with #84A017
Text Example
Text Example
White with #84A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A017; }
p { color: rgb(132,160,23); }
H1.HeaderClassName
{
color: #84A017;
}
.AnyTagClassName
{
color: #84A017;
}
</style>
background-color css
<style>
a { background-color: #84A017; }
a { background-color: rgb(132,160,23); }
div.DivClassName
{
background-color: #84A017;
}
.BgClassName
{
background-color: #84A017;
}
</style>
border-color css
<style>
span { border-color: #84A017; }
span { border-color: rgb(132,160,23); }
td.TdClassName
{
border-color: #84A017;
}
.TagClassName
{
border-color: #84A017;
}
</style>