Shades of Citrus #84BA05
Tints of Citrus #84BA05
RGB
CMYK
RGB Variations
Color information
#84BA05 (or 0x84BA05) is known color: Citrus. HEX triplet: 84, BA and 05. RGB value is (132,186,5). Sum of RGB (Red+Green+Blue) = 132+186+5=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA05 is #7B45FA. Grayscale: #959595. Windows color (decimal): -8078843 or 375428. OLE color: 375428.
HSL color Cylindrical-coordinate representation of color #84BA05: hue angle of 77.9º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84BA05 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.27 |
| HSL | 77.9º | 0.95% | 0.37% | - |
| HSV(B) | 77.9º | 0.97% | 0.73% | - |
| XYZ | 27.1 | 40.03 | 6.44 | - |
| YUV | 149.22 | 46.61 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 5 | 0.29 | 0 | 0.97 | 0.27 | 77.9 | 0.95 | 0.37 |
| Hex | 84 | BA | 5 | 1D | 0 | 61 | 1B | 4E | 5F | 25 |
| Octal | 204 | 272 | 5 | 35 | 0 | 141 | 33 | 116 | 137 | 45 |
| Binary | 10000100 | 10111010 | 101 | 11101 | 0 | 1100001 | 11011 | 1001110 | 1011111 | 100101 |
Color Harmonies of #84BA05
Complementary color
Monochromatic Colors of #84BA05
Black with #84BA05
Text Example
Text Example
White with #84BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA05; }
p { color: rgb(132,186,5); }
H1.HeaderClassName
{
color: #84BA05;
}
.AnyTagClassName
{
color: #84BA05;
}
</style>
background-color css
<style>
a { background-color: #84BA05; }
a { background-color: rgb(132,186,5); }
div.DivClassName
{
background-color: #84BA05;
}
.BgClassName
{
background-color: #84BA05;
}
</style>
border-color css
<style>
span { border-color: #84BA05; }
span { border-color: rgb(132,186,5); }
td.TdClassName
{
border-color: #84BA05;
}
.TagClassName
{
border-color: #84BA05;
}
</style>