Shades of Citrus #84BA06
Tints of Citrus #84BA06
RGB
CMYK
RGB Variations
Color information
#84BA06 (or 0x84BA06) is known color: Citrus. HEX triplet: 84, BA and 06. RGB value is (132,186,6). Sum of RGB (Red+Green+Blue) = 132+186+6=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA06 is #7B45F9. Grayscale: #969696. Windows color (decimal): -8078842 or 440964. OLE color: 440964.
HSL color Cylindrical-coordinate representation of color #84BA06: hue angle of 78º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84BA06 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 6 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.27 |
| HSL | 78º | 0.94% | 0.38% | - |
| HSV(B) | 78º | 0.97% | 0.73% | - |
| XYZ | 27.11 | 40.04 | 6.47 | - |
| YUV | 149.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 6 | 0.29 | 0 | 0.97 | 0.27 | 78 | 0.94 | 0.38 |
| Hex | 84 | BA | 6 | 1D | 0 | 61 | 1B | 4E | 5E | 26 |
| Octal | 204 | 272 | 6 | 35 | 0 | 141 | 33 | 116 | 136 | 46 |
| Binary | 10000100 | 10111010 | 110 | 11101 | 0 | 1100001 | 11011 | 1001110 | 1011110 | 100110 |
Color Harmonies of #84BA06
Complementary color
Monochromatic Colors of #84BA06
Black with #84BA06
Text Example
Text Example
White with #84BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA06; }
p { color: rgb(132,186,6); }
H1.HeaderClassName
{
color: #84BA06;
}
.AnyTagClassName
{
color: #84BA06;
}
</style>
background-color css
<style>
a { background-color: #84BA06; }
a { background-color: rgb(132,186,6); }
div.DivClassName
{
background-color: #84BA06;
}
.BgClassName
{
background-color: #84BA06;
}
</style>
border-color css
<style>
span { border-color: #84BA06; }
span { border-color: rgb(132,186,6); }
td.TdClassName
{
border-color: #84BA06;
}
.TagClassName
{
border-color: #84BA06;
}
</style>