Shades of Citron #84A505
Tints of Citron #84A505
RGB
CMYK
RGB Variations
Color information
#84A505 (or 0x84A505) is known color: Citron. HEX triplet: 84, A5 and 05. RGB value is (132,165,5). Sum of RGB (Red+Green+Blue) = 132+165+5=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #84A505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A505 is #7B5AFA. Grayscale: #898989. Windows color (decimal): -8084219 or 370052. OLE color: 370052.
HSL color Cylindrical-coordinate representation of color #84A505: hue angle of 72.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84A505 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 5 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.35 |
| HSL | 72.38º | 0.94% | 0.33% | - |
| HSV(B) | 72.38º | 0.97% | 0.65% | - |
| XYZ | 23 | 31.83 | 5.07 | - |
| YUV | 136.89 | 53.57 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 5 | 0.20 | 0 | 0.97 | 0.35 | 72.38 | 0.94 | 0.33 |
| Hex | 84 | A5 | 5 | 14 | 0 | 61 | 23 | 48 | 5E | 21 |
| Octal | 204 | 245 | 5 | 24 | 0 | 141 | 43 | 110 | 136 | 41 |
| Binary | 10000100 | 10100101 | 101 | 10100 | 0 | 1100001 | 100011 | 1001000 | 1011110 | 100001 |
Color Harmonies of #84A505
Complementary color
Monochromatic Colors of #84A505
Black with #84A505
Text Example
Text Example
White with #84A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A505; }
p { color: rgb(132,165,5); }
H1.HeaderClassName
{
color: #84A505;
}
.AnyTagClassName
{
color: #84A505;
}
</style>
background-color css
<style>
a { background-color: #84A505; }
a { background-color: rgb(132,165,5); }
div.DivClassName
{
background-color: #84A505;
}
.BgClassName
{
background-color: #84A505;
}
</style>
border-color css
<style>
span { border-color: #84A505; }
span { border-color: rgb(132,165,5); }
td.TdClassName
{
border-color: #84A505;
}
.TagClassName
{
border-color: #84A505;
}
</style>