Shades of Citron #84A30D
Tints of Citron #84A30D
RGB
CMYK
RGB Variations
Color information
#84A30D (or 0x84A30D) is known color: Citron. HEX triplet: 84, A3 and 0D. RGB value is (132,163,13). Sum of RGB (Red+Green+Blue) = 132+163+13=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #84A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A30D is #7B5CF2. Grayscale: #898989. Windows color (decimal): -8084723 or 893828. OLE color: 893828.
HSL color Cylindrical-coordinate representation of color #84A30D: hue angle of 72.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84A30D is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 13 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.36 |
| HSL | 72.4º | 0.85% | 0.35% | - |
| HSV(B) | 72.4º | 0.92% | 0.64% | - |
| XYZ | 22.69 | 31.13 | 5.19 | - |
| YUV | 136.63 | 58.23 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 13 | 0.19 | 0 | 0.92 | 0.36 | 72.4 | 0.85 | 0.35 |
| Hex | 84 | A3 | D | 13 | 0 | 5C | 24 | 48 | 55 | 23 |
| Octal | 204 | 243 | 15 | 23 | 0 | 134 | 44 | 110 | 125 | 43 |
| Binary | 10000100 | 10100011 | 1101 | 10011 | 0 | 1011100 | 100100 | 1001000 | 1010101 | 100011 |
Color Harmonies of #84A30D
Complementary color
Monochromatic Colors of #84A30D
Black with #84A30D
Text Example
Text Example
White with #84A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A30D; }
p { color: rgb(132,163,13); }
H1.HeaderClassName
{
color: #84A30D;
}
.AnyTagClassName
{
color: #84A30D;
}
</style>
background-color css
<style>
a { background-color: #84A30D; }
a { background-color: rgb(132,163,13); }
div.DivClassName
{
background-color: #84A30D;
}
.BgClassName
{
background-color: #84A30D;
}
</style>
border-color css
<style>
span { border-color: #84A30D; }
span { border-color: rgb(132,163,13); }
td.TdClassName
{
border-color: #84A30D;
}
.TagClassName
{
border-color: #84A30D;
}
</style>