Shades of Citrus #86BC08
Tints of Citrus #86BC08
RGB
CMYK
RGB Variations
Color information
#86BC08 (or 0x86BC08) is known color: Citrus. HEX triplet: 86, BC and 08. RGB value is (134,188,8). Sum of RGB (Red+Green+Blue) = 134+188+8=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC08 is #7943F7. Grayscale: #979797. Windows color (decimal): -7947256 or 572550. OLE color: 572550.
HSL color Cylindrical-coordinate representation of color #86BC08: hue angle of 78º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86BC08 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.26 |
| HSL | 78º | 0.92% | 0.38% | - |
| HSV(B) | 78º | 0.96% | 0.74% | - |
| XYZ | 27.86 | 41.05 | 6.69 | - |
| YUV | 151.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 8 | 0.29 | 0 | 0.96 | 0.26 | 78 | 0.92 | 0.38 |
| Hex | 86 | BC | 8 | 1D | 0 | 60 | 1A | 4E | 5C | 26 |
| Octal | 206 | 274 | 10 | 35 | 0 | 140 | 32 | 116 | 134 | 46 |
| Binary | 10000110 | 10111100 | 1000 | 11101 | 0 | 1100000 | 11010 | 1001110 | 1011100 | 100110 |
Color Harmonies of #86BC08
Complementary color
Monochromatic Colors of #86BC08
Black with #86BC08
Text Example
Text Example
White with #86BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC08; }
p { color: rgb(134,188,8); }
H1.HeaderClassName
{
color: #86BC08;
}
.AnyTagClassName
{
color: #86BC08;
}
</style>
background-color css
<style>
a { background-color: #86BC08; }
a { background-color: rgb(134,188,8); }
div.DivClassName
{
background-color: #86BC08;
}
.BgClassName
{
background-color: #86BC08;
}
</style>
border-color css
<style>
span { border-color: #86BC08; }
span { border-color: rgb(134,188,8); }
td.TdClassName
{
border-color: #86BC08;
}
.TagClassName
{
border-color: #86BC08;
}
</style>