Shades of Citrus #86BC02
Tints of Citrus #86BC02
RGB
CMYK
RGB Variations
Color information
#86BC02 (or 0x86BC02) is known color: Citrus. HEX triplet: 86, BC and 02. RGB value is (134,188,2). Sum of RGB (Red+Green+Blue) = 134+188+2=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC02 is #7943FD. Grayscale: #979797. Windows color (decimal): -7947262 or 179334. OLE color: 179334.
HSL color Cylindrical-coordinate representation of color #86BC02: hue angle of 77.42º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86BC02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.26 |
| HSL | 77.42º | 0.98% | 0.37% | - |
| HSV(B) | 77.42º | 0.99% | 0.74% | - |
| XYZ | 27.83 | 41.04 | 6.51 | - |
| YUV | 150.65 | 44.11 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 2 | 0.29 | 0 | 0.99 | 0.26 | 77.42 | 0.98 | 0.37 |
| Hex | 86 | BC | 2 | 1D | 0 | 63 | 1A | 4D | 62 | 25 |
| Octal | 206 | 274 | 2 | 35 | 0 | 143 | 32 | 115 | 142 | 45 |
| Binary | 10000110 | 10111100 | 10 | 11101 | 0 | 1100011 | 11010 | 1001101 | 1100010 | 100101 |
Color Harmonies of #86BC02
Complementary color
Monochromatic Colors of #86BC02
Black with #86BC02
Text Example
Text Example
White with #86BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC02; }
p { color: rgb(134,188,2); }
H1.HeaderClassName
{
color: #86BC02;
}
.AnyTagClassName
{
color: #86BC02;
}
</style>
background-color css
<style>
a { background-color: #86BC02; }
a { background-color: rgb(134,188,2); }
div.DivClassName
{
background-color: #86BC02;
}
.BgClassName
{
background-color: #86BC02;
}
</style>
border-color css
<style>
span { border-color: #86BC02; }
span { border-color: rgb(134,188,2); }
td.TdClassName
{
border-color: #86BC02;
}
.TagClassName
{
border-color: #86BC02;
}
</style>