Shades of Citrus #84AA02
Tints of Citrus #84AA02
RGB
CMYK
RGB Variations
Color information
#84AA02 (or 0x84AA02) is known color: Citrus. HEX triplet: 84, AA and 02. RGB value is (132,170,2). Sum of RGB (Red+Green+Blue) = 132+170+2=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AA02 is #7B55FD. Grayscale: #8C8C8C. Windows color (decimal): -8082942 or 174724. OLE color: 174724.
HSL color Cylindrical-coordinate representation of color #84AA02: hue angle of 73.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84AA02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.33 |
| HSL | 73.57º | 0.98% | 0.34% | - |
| HSV(B) | 73.57º | 0.99% | 0.67% | - |
| XYZ | 23.9 | 33.66 | 5.29 | - |
| YUV | 139.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 2 | 0.22 | 0 | 0.99 | 0.33 | 73.57 | 0.98 | 0.34 |
| Hex | 84 | AA | 2 | 16 | 0 | 63 | 21 | 4A | 62 | 22 |
| Octal | 204 | 252 | 2 | 26 | 0 | 143 | 41 | 112 | 142 | 42 |
| Binary | 10000100 | 10101010 | 10 | 10110 | 0 | 1100011 | 100001 | 1001010 | 1100010 | 100010 |
Color Harmonies of #84AA02
Complementary color
Monochromatic Colors of #84AA02
Black with #84AA02
Text Example
Text Example
White with #84AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA02; }
p { color: rgb(132,170,2); }
H1.HeaderClassName
{
color: #84AA02;
}
.AnyTagClassName
{
color: #84AA02;
}
</style>
background-color css
<style>
a { background-color: #84AA02; }
a { background-color: rgb(132,170,2); }
div.DivClassName
{
background-color: #84AA02;
}
.BgClassName
{
background-color: #84AA02;
}
</style>
border-color css
<style>
span { border-color: #84AA02; }
span { border-color: rgb(132,170,2); }
td.TdClassName
{
border-color: #84AA02;
}
.TagClassName
{
border-color: #84AA02;
}
</style>