Shades of Citron #84A10D
Tints of Citron #84A10D
RGB
CMYK
RGB Variations
Color information
#84A10D (or 0x84A10D) is known color: Citron. HEX triplet: 84, A1 and 0D. RGB value is (132,161,13). Sum of RGB (Red+Green+Blue) = 132+161+13=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #84A10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A10D is #7B5EF2. Grayscale: #888888. Windows color (decimal): -8085235 or 893316. OLE color: 893316.
HSL color Cylindrical-coordinate representation of color #84A10D: hue angle of 71.76º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84A10D is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 13 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.37 |
| HSL | 71.76º | 0.85% | 0.34% | - |
| HSV(B) | 71.76º | 0.92% | 0.63% | - |
| XYZ | 22.33 | 30.42 | 5.08 | - |
| YUV | 135.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 13 | 0.18 | 0 | 0.92 | 0.37 | 71.76 | 0.85 | 0.34 |
| Hex | 84 | A1 | D | 12 | 0 | 5C | 25 | 48 | 55 | 22 |
| Octal | 204 | 241 | 15 | 22 | 0 | 134 | 45 | 110 | 125 | 42 |
| Binary | 10000100 | 10100001 | 1101 | 10010 | 0 | 1011100 | 100101 | 1001000 | 1010101 | 100010 |
Color Harmonies of #84A10D
Complementary color
Monochromatic Colors of #84A10D
Black with #84A10D
Text Example
Text Example
White with #84A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A10D; }
p { color: rgb(132,161,13); }
H1.HeaderClassName
{
color: #84A10D;
}
.AnyTagClassName
{
color: #84A10D;
}
</style>
background-color css
<style>
a { background-color: #84A10D; }
a { background-color: rgb(132,161,13); }
div.DivClassName
{
background-color: #84A10D;
}
.BgClassName
{
background-color: #84A10D;
}
</style>
border-color css
<style>
span { border-color: #84A10D; }
span { border-color: rgb(132,161,13); }
td.TdClassName
{
border-color: #84A10D;
}
.TagClassName
{
border-color: #84A10D;
}
</style>