Shades of Citrus #84A703
Tints of Citrus #84A703
RGB
CMYK
RGB Variations
Color information
#84A703 (or 0x84A703) is known color: Citrus. HEX triplet: 84, A7 and 03. RGB value is (132,167,3). Sum of RGB (Red+Green+Blue) = 132+167+3=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #84A703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A703 is #7B58FC. Grayscale: #8A8A8A. Windows color (decimal): -8083709 or 239492. OLE color: 239492.
HSL color Cylindrical-coordinate representation of color #84A703: hue angle of 72.8º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84A703 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 3 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.35 |
| HSL | 72.8º | 0.96% | 0.33% | - |
| HSV(B) | 72.8º | 0.98% | 0.65% | - |
| XYZ | 23.35 | 32.55 | 5.14 | - |
| YUV | 137.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 3 | 0.21 | 0 | 0.98 | 0.35 | 72.8 | 0.96 | 0.33 |
| Hex | 84 | A7 | 3 | 15 | 0 | 62 | 23 | 49 | 60 | 21 |
| Octal | 204 | 247 | 3 | 25 | 0 | 142 | 43 | 111 | 140 | 41 |
| Binary | 10000100 | 10100111 | 11 | 10101 | 0 | 1100010 | 100011 | 1001001 | 1100000 | 100001 |
Color Harmonies of #84A703
Complementary color
Monochromatic Colors of #84A703
Black with #84A703
Text Example
Text Example
White with #84A703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A703; }
p { color: rgb(132,167,3); }
H1.HeaderClassName
{
color: #84A703;
}
.AnyTagClassName
{
color: #84A703;
}
</style>
background-color css
<style>
a { background-color: #84A703; }
a { background-color: rgb(132,167,3); }
div.DivClassName
{
background-color: #84A703;
}
.BgClassName
{
background-color: #84A703;
}
</style>
border-color css
<style>
span { border-color: #84A703; }
span { border-color: rgb(132,167,3); }
td.TdClassName
{
border-color: #84A703;
}
.TagClassName
{
border-color: #84A703;
}
</style>