Shades of Citrus #86C106
Tints of Citrus #86C106
RGB
CMYK
RGB Variations
Color information
#86C106 (or 0x86C106) is known color: Citrus. HEX triplet: 86, C1 and 06. RGB value is (134,193,6). Sum of RGB (Red+Green+Blue) = 134+193+6=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #86C106 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C106 is #793EF9. Grayscale: #9A9A9A. Windows color (decimal): -7945978 or 442758. OLE color: 442758.
HSL color Cylindrical-coordinate representation of color #86C106: hue angle of 78.93º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86C106 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 6 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.24 |
| HSL | 78.93º | 0.94% | 0.39% | - |
| HSV(B) | 78.93º | 0.97% | 0.76% | - |
| XYZ | 28.93 | 43.22 | 6.99 | - |
| YUV | 154.04 | 44.45 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 6 | 0.31 | 0 | 0.97 | 0.24 | 78.93 | 0.94 | 0.39 |
| Hex | 86 | C1 | 6 | 1F | 0 | 61 | 18 | 4F | 5E | 27 |
| Octal | 206 | 301 | 6 | 37 | 0 | 141 | 30 | 117 | 136 | 47 |
| Binary | 10000110 | 11000001 | 110 | 11111 | 0 | 1100001 | 11000 | 1001111 | 1011110 | 100111 |
Color Harmonies of #86C106
Complementary color
Monochromatic Colors of #86C106
Black with #86C106
Text Example
Text Example
White with #86C106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C106; }
p { color: rgb(134,193,6); }
H1.HeaderClassName
{
color: #86C106;
}
.AnyTagClassName
{
color: #86C106;
}
</style>
background-color css
<style>
a { background-color: #86C106; }
a { background-color: rgb(134,193,6); }
div.DivClassName
{
background-color: #86C106;
}
.BgClassName
{
background-color: #86C106;
}
</style>
border-color css
<style>
span { border-color: #86C106; }
span { border-color: rgb(134,193,6); }
td.TdClassName
{
border-color: #86C106;
}
.TagClassName
{
border-color: #86C106;
}
</style>