Shades of Citron #84A117
Tints of Citron #84A117
RGB
CMYK
RGB Variations
Color information
#84A117 (or 0x84A117) is known color: Citron. HEX triplet: 84, A1 and 17. RGB value is (132,161,23). Sum of RGB (Red+Green+Blue) = 132+161+23=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #84A117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A117 is #7B5EE8. Grayscale: #898989. Windows color (decimal): -8085225 or 1548676. OLE color: 1548676.
HSL color Cylindrical-coordinate representation of color #84A117: hue angle of 72.61º 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 #84A117 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 23 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.37 |
| HSL | 72.61º | 0.75% | 0.36% | - |
| HSV(B) | 72.61º | 0.86% | 0.63% | - |
| XYZ | 22.42 | 30.46 | 5.51 | - |
| YUV | 136.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 23 | 0.18 | 0 | 0.86 | 0.37 | 72.61 | 0.75 | 0.36 |
| Hex | 84 | A1 | 17 | 12 | 0 | 56 | 25 | 49 | 4B | 24 |
| Octal | 204 | 241 | 27 | 22 | 0 | 126 | 45 | 111 | 113 | 44 |
| Binary | 10000100 | 10100001 | 10111 | 10010 | 0 | 1010110 | 100101 | 1001001 | 1001011 | 100100 |
Color Harmonies of #84A117
Complementary color
Monochromatic Colors of #84A117
Black with #84A117
Text Example
Text Example
White with #84A117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A117; }
p { color: rgb(132,161,23); }
H1.HeaderClassName
{
color: #84A117;
}
.AnyTagClassName
{
color: #84A117;
}
</style>
background-color css
<style>
a { background-color: #84A117; }
a { background-color: rgb(132,161,23); }
div.DivClassName
{
background-color: #84A117;
}
.BgClassName
{
background-color: #84A117;
}
</style>
border-color css
<style>
span { border-color: #84A117; }
span { border-color: rgb(132,161,23); }
td.TdClassName
{
border-color: #84A117;
}
.TagClassName
{
border-color: #84A117;
}
</style>