Shades of Citrus #84B502
Tints of Citrus #84B502
RGB
CMYK
RGB Variations
Color information
#84B502 (or 0x84B502) is known color: Citrus. HEX triplet: 84, B5 and 02. RGB value is (132,181,2). Sum of RGB (Red+Green+Blue) = 132+181+2=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #84B502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B502 is #7B4AFD. Grayscale: #929292. Windows color (decimal): -8080126 or 177540. OLE color: 177540.
HSL color Cylindrical-coordinate representation of color #84B502: hue angle of 76.42º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84B502 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.29 |
| HSL | 76.42º | 0.98% | 0.36% | - |
| HSV(B) | 76.42º | 0.99% | 0.71% | - |
| XYZ | 26.05 | 37.96 | 6.01 | - |
| YUV | 145.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 2 | 0.27 | 0 | 0.99 | 0.29 | 76.42 | 0.98 | 0.36 |
| Hex | 84 | B5 | 2 | 1B | 0 | 63 | 1D | 4C | 62 | 24 |
| Octal | 204 | 265 | 2 | 33 | 0 | 143 | 35 | 114 | 142 | 44 |
| Binary | 10000100 | 10110101 | 10 | 11011 | 0 | 1100011 | 11101 | 1001100 | 1100010 | 100100 |
Color Harmonies of #84B502
Complementary color
Monochromatic Colors of #84B502
Black with #84B502
Text Example
Text Example
White with #84B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B502; }
p { color: rgb(132,181,2); }
H1.HeaderClassName
{
color: #84B502;
}
.AnyTagClassName
{
color: #84B502;
}
</style>
background-color css
<style>
a { background-color: #84B502; }
a { background-color: rgb(132,181,2); }
div.DivClassName
{
background-color: #84B502;
}
.BgClassName
{
background-color: #84B502;
}
</style>
border-color css
<style>
span { border-color: #84B502; }
span { border-color: rgb(132,181,2); }
td.TdClassName
{
border-color: #84B502;
}
.TagClassName
{
border-color: #84B502;
}
</style>