Shades of Citrus #86BA04
Tints of Citrus #86BA04
RGB
CMYK
RGB Variations
Color information
#86BA04 (or 0x86BA04) is known color: Citrus. HEX triplet: 86, BA and 04. RGB value is (134,186,4). Sum of RGB (Red+Green+Blue) = 134+186+4=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BA04 is #7945FB. Grayscale: #969696. Windows color (decimal): -7947772 or 309894. OLE color: 309894.
HSL color Cylindrical-coordinate representation of color #86BA04: hue angle of 77.14º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86BA04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.27 |
| HSL | 77.14º | 0.96% | 0.37% | - |
| HSV(B) | 77.14º | 0.98% | 0.73% | - |
| XYZ | 27.41 | 40.19 | 6.43 | - |
| YUV | 149.7 | 45.77 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 4 | 0.28 | 0 | 0.98 | 0.27 | 77.14 | 0.96 | 0.37 |
| Hex | 86 | BA | 4 | 1C | 0 | 62 | 1B | 4D | 60 | 25 |
| Octal | 206 | 272 | 4 | 34 | 0 | 142 | 33 | 115 | 140 | 45 |
| Binary | 10000110 | 10111010 | 100 | 11100 | 0 | 1100010 | 11011 | 1001101 | 1100000 | 100101 |
Color Harmonies of #86BA04
Complementary color
Monochromatic Colors of #86BA04
Black with #86BA04
Text Example
Text Example
White with #86BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA04; }
p { color: rgb(134,186,4); }
H1.HeaderClassName
{
color: #86BA04;
}
.AnyTagClassName
{
color: #86BA04;
}
</style>
background-color css
<style>
a { background-color: #86BA04; }
a { background-color: rgb(134,186,4); }
div.DivClassName
{
background-color: #86BA04;
}
.BgClassName
{
background-color: #86BA04;
}
</style>
border-color css
<style>
span { border-color: #86BA04; }
span { border-color: rgb(134,186,4); }
td.TdClassName
{
border-color: #86BA04;
}
.TagClassName
{
border-color: #86BA04;
}
</style>