Shades of Citrus #84BB02
Tints of Citrus #84BB02
RGB
CMYK
RGB Variations
Color information
#84BB02 (or 0x84BB02) is known color: Citrus. HEX triplet: 84, BB and 02. RGB value is (132,187,2). Sum of RGB (Red+Green+Blue) = 132+187+2=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BB02 is #7B44FD. Grayscale: #969696. Windows color (decimal): -8078590 or 179076. OLE color: 179076.
HSL color Cylindrical-coordinate representation of color #84BB02: hue angle of 77.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84BB02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.27 |
| HSL | 77.84º | 0.98% | 0.37% | - |
| HSV(B) | 77.84º | 0.99% | 0.73% | - |
| XYZ | 27.3 | 40.45 | 6.43 | - |
| YUV | 149.47 | 44.78 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 2 | 0.29 | 0 | 0.99 | 0.27 | 77.84 | 0.98 | 0.37 |
| Hex | 84 | BB | 2 | 1D | 0 | 63 | 1B | 4E | 62 | 25 |
| Octal | 204 | 273 | 2 | 35 | 0 | 143 | 33 | 116 | 142 | 45 |
| Binary | 10000100 | 10111011 | 10 | 11101 | 0 | 1100011 | 11011 | 1001110 | 1100010 | 100101 |
Color Harmonies of #84BB02
Complementary color
Monochromatic Colors of #84BB02
Black with #84BB02
Text Example
Text Example
White with #84BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB02; }
p { color: rgb(132,187,2); }
H1.HeaderClassName
{
color: #84BB02;
}
.AnyTagClassName
{
color: #84BB02;
}
</style>
background-color css
<style>
a { background-color: #84BB02; }
a { background-color: rgb(132,187,2); }
div.DivClassName
{
background-color: #84BB02;
}
.BgClassName
{
background-color: #84BB02;
}
</style>
border-color css
<style>
span { border-color: #84BB02; }
span { border-color: rgb(132,187,2); }
td.TdClassName
{
border-color: #84BB02;
}
.TagClassName
{
border-color: #84BB02;
}
</style>