Shades of Citron #84A011
Tints of Citron #84A011
RGB
CMYK
RGB Variations
Color information
#84A011 (or 0x84A011) is known color: Citron. HEX triplet: 84, A0 and 11. RGB value is (132,160,17). Sum of RGB (Red+Green+Blue) = 132+160+17=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #84A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A011 is #7B5FEE. Grayscale: #878787. Windows color (decimal): -8085487 or 1155204. OLE color: 1155204.
HSL color Cylindrical-coordinate representation of color #84A011: hue angle of 71.75º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84A011 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 17 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.37 |
| HSL | 71.75º | 0.81% | 0.35% | - |
| HSV(B) | 71.75º | 0.89% | 0.63% | - |
| XYZ | 22.19 | 30.09 | 5.17 | - |
| YUV | 135.33 | 61.22 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 17 | 0.17 | 0 | 0.89 | 0.37 | 71.75 | 0.81 | 0.35 |
| Hex | 84 | A0 | 11 | 11 | 0 | 59 | 25 | 48 | 51 | 23 |
| Octal | 204 | 240 | 21 | 21 | 0 | 131 | 45 | 110 | 121 | 43 |
| Binary | 10000100 | 10100000 | 10001 | 10001 | 0 | 1011001 | 100101 | 1001000 | 1010001 | 100011 |
Color Harmonies of #84A011
Complementary color
Monochromatic Colors of #84A011
Black with #84A011
Text Example
Text Example
White with #84A011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A011; }
p { color: rgb(132,160,17); }
H1.HeaderClassName
{
color: #84A011;
}
.AnyTagClassName
{
color: #84A011;
}
</style>
background-color css
<style>
a { background-color: #84A011; }
a { background-color: rgb(132,160,17); }
div.DivClassName
{
background-color: #84A011;
}
.BgClassName
{
background-color: #84A011;
}
</style>
border-color css
<style>
span { border-color: #84A011; }
span { border-color: rgb(132,160,17); }
td.TdClassName
{
border-color: #84A011;
}
.TagClassName
{
border-color: #84A011;
}
</style>