Shades of Citron #84A205
Tints of Citron #84A205
RGB
CMYK
RGB Variations
Color information
#84A205 (or 0x84A205) is known color: Citron. HEX triplet: 84, A2 and 05. RGB value is (132,162,5). Sum of RGB (Red+Green+Blue) = 132+162+5=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #84A205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A205 is #7B5DFA. Grayscale: #878787. Windows color (decimal): -8084987 or 369284. OLE color: 369284.
HSL color Cylindrical-coordinate representation of color #84A205: hue angle of 71.46º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84A205 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.36 |
| HSL | 71.46º | 0.94% | 0.33% | - |
| HSV(B) | 71.46º | 0.97% | 0.64% | - |
| XYZ | 22.46 | 30.76 | 4.9 | - |
| YUV | 135.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 5 | 0.19 | 0 | 0.97 | 0.36 | 71.46 | 0.94 | 0.33 |
| Hex | 84 | A2 | 5 | 13 | 0 | 61 | 24 | 47 | 5E | 21 |
| Octal | 204 | 242 | 5 | 23 | 0 | 141 | 44 | 107 | 136 | 41 |
| Binary | 10000100 | 10100010 | 101 | 10011 | 0 | 1100001 | 100100 | 1000111 | 1011110 | 100001 |
Color Harmonies of #84A205
Complementary color
Monochromatic Colors of #84A205
Black with #84A205
Text Example
Text Example
White with #84A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A205; }
p { color: rgb(132,162,5); }
H1.HeaderClassName
{
color: #84A205;
}
.AnyTagClassName
{
color: #84A205;
}
</style>
background-color css
<style>
a { background-color: #84A205; }
a { background-color: rgb(132,162,5); }
div.DivClassName
{
background-color: #84A205;
}
.BgClassName
{
background-color: #84A205;
}
</style>
border-color css
<style>
span { border-color: #84A205; }
span { border-color: rgb(132,162,5); }
td.TdClassName
{
border-color: #84A205;
}
.TagClassName
{
border-color: #84A205;
}
</style>