Shades of Citrus #86BC04
Tints of Citrus #86BC04
RGB
CMYK
RGB Variations
Color information
#86BC04 (or 0x86BC04) is known color: Citrus. HEX triplet: 86, BC and 04. RGB value is (134,188,4). Sum of RGB (Red+Green+Blue) = 134+188+4=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC04 is #7943FB. Grayscale: #979797. Windows color (decimal): -7947260 or 310406. OLE color: 310406.
HSL color Cylindrical-coordinate representation of color #86BC04: hue angle of 77.61º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86BC04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.26 |
| HSL | 77.61º | 0.96% | 0.38% | - |
| HSV(B) | 77.61º | 0.98% | 0.74% | - |
| XYZ | 27.84 | 41.04 | 6.57 | - |
| YUV | 150.88 | 45.11 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 4 | 0.29 | 0 | 0.98 | 0.26 | 77.61 | 0.96 | 0.38 |
| Hex | 86 | BC | 4 | 1D | 0 | 62 | 1A | 4E | 60 | 26 |
| Octal | 206 | 274 | 4 | 35 | 0 | 142 | 32 | 116 | 140 | 46 |
| Binary | 10000110 | 10111100 | 100 | 11101 | 0 | 1100010 | 11010 | 1001110 | 1100000 | 100110 |
Color Harmonies of #86BC04
Complementary color
Monochromatic Colors of #86BC04
Black with #86BC04
Text Example
Text Example
White with #86BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC04; }
p { color: rgb(134,188,4); }
H1.HeaderClassName
{
color: #86BC04;
}
.AnyTagClassName
{
color: #86BC04;
}
</style>
background-color css
<style>
a { background-color: #86BC04; }
a { background-color: rgb(134,188,4); }
div.DivClassName
{
background-color: #86BC04;
}
.BgClassName
{
background-color: #86BC04;
}
</style>
border-color css
<style>
span { border-color: #86BC04; }
span { border-color: rgb(134,188,4); }
td.TdClassName
{
border-color: #86BC04;
}
.TagClassName
{
border-color: #86BC04;
}
</style>