Shades of Citrus #84A805
Tints of Citrus #84A805
RGB
CMYK
RGB Variations
Color information
#84A805 (or 0x84A805) is known color: Citrus. HEX triplet: 84, A8 and 05. RGB value is (132,168,5). Sum of RGB (Red+Green+Blue) = 132+168+5=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #84A805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A805 is #7B57FA. Grayscale: #8B8B8B. Windows color (decimal): -8083451 or 370820. OLE color: 370820.
HSL color Cylindrical-coordinate representation of color #84A805: hue angle of 73.25º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84A805 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.34 |
| HSL | 73.25º | 0.94% | 0.34% | - |
| HSV(B) | 73.25º | 0.97% | 0.66% | - |
| XYZ | 23.55 | 32.92 | 5.26 | - |
| YUV | 138.65 | 52.57 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 5 | 0.21 | 0 | 0.97 | 0.34 | 73.25 | 0.94 | 0.34 |
| Hex | 84 | A8 | 5 | 15 | 0 | 61 | 22 | 49 | 5E | 22 |
| Octal | 204 | 250 | 5 | 25 | 0 | 141 | 42 | 111 | 136 | 42 |
| Binary | 10000100 | 10101000 | 101 | 10101 | 0 | 1100001 | 100010 | 1001001 | 1011110 | 100010 |
Color Harmonies of #84A805
Complementary color
Monochromatic Colors of #84A805
Black with #84A805
Text Example
Text Example
White with #84A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A805; }
p { color: rgb(132,168,5); }
H1.HeaderClassName
{
color: #84A805;
}
.AnyTagClassName
{
color: #84A805;
}
</style>
background-color css
<style>
a { background-color: #84A805; }
a { background-color: rgb(132,168,5); }
div.DivClassName
{
background-color: #84A805;
}
.BgClassName
{
background-color: #84A805;
}
</style>
border-color css
<style>
span { border-color: #84A805; }
span { border-color: rgb(132,168,5); }
td.TdClassName
{
border-color: #84A805;
}
.TagClassName
{
border-color: #84A805;
}
</style>