Shades of Citron #84A01D
Tints of Citron #84A01D
RGB
CMYK
RGB Variations
Color information
#84A01D (or 0x84A01D) is known color: Citron. HEX triplet: 84, A0 and 1D. RGB value is (132,160,29). Sum of RGB (Red+Green+Blue) = 132+160+29=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #84A01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A01D is #7B5FE2. Grayscale: #898989. Windows color (decimal): -8085475 or 1941636. OLE color: 1941636.
HSL color Cylindrical-coordinate representation of color #84A01D: hue angle of 72.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84A01D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 29 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.37 |
| HSL | 72.82º | 0.69% | 0.37% | - |
| HSV(B) | 72.82º | 0.82% | 0.63% | - |
| XYZ | 22.31 | 30.14 | 5.8 | - |
| YUV | 136.69 | 67.22 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 29 | 0.17 | 0 | 0.82 | 0.37 | 72.82 | 0.69 | 0.37 |
| Hex | 84 | A0 | 1D | 11 | 0 | 52 | 25 | 49 | 45 | 25 |
| Octal | 204 | 240 | 35 | 21 | 0 | 122 | 45 | 111 | 105 | 45 |
| Binary | 10000100 | 10100000 | 11101 | 10001 | 0 | 1010010 | 100101 | 1001001 | 1000101 | 100101 |
Color Harmonies of #84A01D
Complementary color
Monochromatic Colors of #84A01D
Black with #84A01D
Text Example
Text Example
White with #84A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A01D; }
p { color: rgb(132,160,29); }
H1.HeaderClassName
{
color: #84A01D;
}
.AnyTagClassName
{
color: #84A01D;
}
</style>
background-color css
<style>
a { background-color: #84A01D; }
a { background-color: rgb(132,160,29); }
div.DivClassName
{
background-color: #84A01D;
}
.BgClassName
{
background-color: #84A01D;
}
</style>
border-color css
<style>
span { border-color: #84A01D; }
span { border-color: rgb(132,160,29); }
td.TdClassName
{
border-color: #84A01D;
}
.TagClassName
{
border-color: #84A01D;
}
</style>