Shades of Citrus #84A602
Tints of Citrus #84A602
RGB
CMYK
RGB Variations
Color information
#84A602 (or 0x84A602) is known color: Citrus. HEX triplet: 84, A6 and 02. RGB value is (132,166,2). Sum of RGB (Red+Green+Blue) = 132+166+2=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #84A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A602 is #7B59FD. Grayscale: #898989. Windows color (decimal): -8083966 or 173700. OLE color: 173700.
HSL color Cylindrical-coordinate representation of color #84A602: hue angle of 72.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84A602 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.35 |
| HSL | 72.44º | 0.98% | 0.33% | - |
| HSV(B) | 72.44º | 0.99% | 0.65% | - |
| XYZ | 23.16 | 32.18 | 5.05 | - |
| YUV | 137.14 | 51.74 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 2 | 0.20 | 0 | 0.99 | 0.35 | 72.44 | 0.98 | 0.33 |
| Hex | 84 | A6 | 2 | 14 | 0 | 63 | 23 | 48 | 62 | 21 |
| Octal | 204 | 246 | 2 | 24 | 0 | 143 | 43 | 110 | 142 | 41 |
| Binary | 10000100 | 10100110 | 10 | 10100 | 0 | 1100011 | 100011 | 1001000 | 1100010 | 100001 |
Color Harmonies of #84A602
Complementary color
Monochromatic Colors of #84A602
Black with #84A602
Text Example
Text Example
White with #84A602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A602; }
p { color: rgb(132,166,2); }
H1.HeaderClassName
{
color: #84A602;
}
.AnyTagClassName
{
color: #84A602;
}
</style>
background-color css
<style>
a { background-color: #84A602; }
a { background-color: rgb(132,166,2); }
div.DivClassName
{
background-color: #84A602;
}
.BgClassName
{
background-color: #84A602;
}
</style>
border-color css
<style>
span { border-color: #84A602; }
span { border-color: rgb(132,166,2); }
td.TdClassName
{
border-color: #84A602;
}
.TagClassName
{
border-color: #84A602;
}
</style>