Shades of Citrus #84A801
Tints of Citrus #84A801
RGB
CMYK
RGB Variations
Color information
#84A801 (or 0x84A801) is known color: Citrus. HEX triplet: 84, A8 and 01. RGB value is (132,168,1). Sum of RGB (Red+Green+Blue) = 132+168+1=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #84A801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A801 is #7B57FE. Grayscale: #8A8A8A. Windows color (decimal): -8083455 or 108676. OLE color: 108676.
HSL color Cylindrical-coordinate representation of color #84A801: hue angle of 72.93º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84A801 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.34 |
| HSL | 72.93º | 0.99% | 0.33% | - |
| HSV(B) | 72.93º | 0.99% | 0.66% | - |
| XYZ | 23.52 | 32.91 | 5.14 | - |
| YUV | 138.2 | 50.57 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 1 | 0.21 | 0 | 0.99 | 0.34 | 72.93 | 0.99 | 0.33 |
| Hex | 84 | A8 | 1 | 15 | 0 | 63 | 22 | 49 | 63 | 21 |
| Octal | 204 | 250 | 1 | 25 | 0 | 143 | 42 | 111 | 143 | 41 |
| Binary | 10000100 | 10101000 | 1 | 10101 | 0 | 1100011 | 100010 | 1001001 | 1100011 | 100001 |
Color Harmonies of #84A801
Complementary color
Monochromatic Colors of #84A801
Black with #84A801
Text Example
Text Example
White with #84A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A801; }
p { color: rgb(132,168,1); }
H1.HeaderClassName
{
color: #84A801;
}
.AnyTagClassName
{
color: #84A801;
}
</style>
background-color css
<style>
a { background-color: #84A801; }
a { background-color: rgb(132,168,1); }
div.DivClassName
{
background-color: #84A801;
}
.BgClassName
{
background-color: #84A801;
}
</style>
border-color css
<style>
span { border-color: #84A801; }
span { border-color: rgb(132,168,1); }
td.TdClassName
{
border-color: #84A801;
}
.TagClassName
{
border-color: #84A801;
}
</style>