Shades of Citron #84A506
Tints of Citron #84A506
RGB
CMYK
RGB Variations
Color information
#84A506 (or 0x84A506) is known color: Citron. HEX triplet: 84, A5 and 06. RGB value is (132,165,6). Sum of RGB (Red+Green+Blue) = 132+165+6=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #84A506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A506 is #7B5AF9. Grayscale: #898989. Windows color (decimal): -8084218 or 435588. OLE color: 435588.
HSL color Cylindrical-coordinate representation of color #84A506: hue angle of 72.45º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84A506 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 6 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.35 |
| HSL | 72.45º | 0.93% | 0.34% | - |
| HSV(B) | 72.45º | 0.96% | 0.65% | - |
| XYZ | 23 | 31.83 | 5.1 | - |
| YUV | 137.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 6 | 0.20 | 0 | 0.96 | 0.35 | 72.45 | 0.93 | 0.34 |
| Hex | 84 | A5 | 6 | 14 | 0 | 60 | 23 | 48 | 5D | 22 |
| Octal | 204 | 245 | 6 | 24 | 0 | 140 | 43 | 110 | 135 | 42 |
| Binary | 10000100 | 10100101 | 110 | 10100 | 0 | 1100000 | 100011 | 1001000 | 1011101 | 100010 |
Color Harmonies of #84A506
Complementary color
Monochromatic Colors of #84A506
Black with #84A506
Text Example
Text Example
White with #84A506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A506; }
p { color: rgb(132,165,6); }
H1.HeaderClassName
{
color: #84A506;
}
.AnyTagClassName
{
color: #84A506;
}
</style>
background-color css
<style>
a { background-color: #84A506; }
a { background-color: rgb(132,165,6); }
div.DivClassName
{
background-color: #84A506;
}
.BgClassName
{
background-color: #84A506;
}
</style>
border-color css
<style>
span { border-color: #84A506; }
span { border-color: rgb(132,165,6); }
td.TdClassName
{
border-color: #84A506;
}
.TagClassName
{
border-color: #84A506;
}
</style>