Shades of Citrus #86B706
Tints of Citrus #86B706
RGB
CMYK
RGB Variations
Color information
#86B706 (or 0x86B706) is known color: Citrus. HEX triplet: 86, B7 and 06. RGB value is (134,183,6). Sum of RGB (Red+Green+Blue) = 134+183+6=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #86B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B706 is #7948F9. Grayscale: #949494. Windows color (decimal): -7948538 or 440198. OLE color: 440198.
HSL color Cylindrical-coordinate representation of color #86B706: hue angle of 76.61º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86B706 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 6 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.28 |
| HSL | 76.61º | 0.94% | 0.37% | - |
| HSV(B) | 76.61º | 0.97% | 0.72% | - |
| XYZ | 26.8 | 38.95 | 6.28 | - |
| YUV | 148.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 6 | 0.27 | 0 | 0.97 | 0.28 | 76.61 | 0.94 | 0.37 |
| Hex | 86 | B7 | 6 | 1B | 0 | 61 | 1C | 4D | 5E | 25 |
| Octal | 206 | 267 | 6 | 33 | 0 | 141 | 34 | 115 | 136 | 45 |
| Binary | 10000110 | 10110111 | 110 | 11011 | 0 | 1100001 | 11100 | 1001101 | 1011110 | 100101 |
Color Harmonies of #86B706
Complementary color
Monochromatic Colors of #86B706
Black with #86B706
Text Example
Text Example
White with #86B706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B706; }
p { color: rgb(134,183,6); }
H1.HeaderClassName
{
color: #86B706;
}
.AnyTagClassName
{
color: #86B706;
}
</style>
background-color css
<style>
a { background-color: #86B706; }
a { background-color: rgb(134,183,6); }
div.DivClassName
{
background-color: #86B706;
}
.BgClassName
{
background-color: #86B706;
}
</style>
border-color css
<style>
span { border-color: #86B706; }
span { border-color: rgb(134,183,6); }
td.TdClassName
{
border-color: #86B706;
}
.TagClassName
{
border-color: #86B706;
}
</style>