Shades of Citrus #86BD07
Tints of Citrus #86BD07
RGB
CMYK
RGB Variations
Color information
#86BD07 (or 0x86BD07) is known color: Citrus. HEX triplet: 86, BD and 07. RGB value is (134,189,7). Sum of RGB (Red+Green+Blue) = 134+189+7=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BD07 is #7942F8. Grayscale: #989898. Windows color (decimal): -7947001 or 507270. OLE color: 507270.
HSL color Cylindrical-coordinate representation of color #86BD07: hue angle of 78.13º degrees, saturation: 0.93, 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 #86BD07 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.26 |
| HSL | 78.13º | 0.93% | 0.38% | - |
| HSV(B) | 78.13º | 0.96% | 0.74% | - |
| XYZ | 28.07 | 41.48 | 6.73 | - |
| YUV | 151.81 | 46.28 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 7 | 0.29 | 0 | 0.96 | 0.26 | 78.13 | 0.93 | 0.38 |
| Hex | 86 | BD | 7 | 1D | 0 | 60 | 1A | 4E | 5D | 26 |
| Octal | 206 | 275 | 7 | 35 | 0 | 140 | 32 | 116 | 135 | 46 |
| Binary | 10000110 | 10111101 | 111 | 11101 | 0 | 1100000 | 11010 | 1001110 | 1011101 | 100110 |
Color Harmonies of #86BD07
Complementary color
Monochromatic Colors of #86BD07
Black with #86BD07
Text Example
Text Example
White with #86BD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD07; }
p { color: rgb(134,189,7); }
H1.HeaderClassName
{
color: #86BD07;
}
.AnyTagClassName
{
color: #86BD07;
}
</style>
background-color css
<style>
a { background-color: #86BD07; }
a { background-color: rgb(134,189,7); }
div.DivClassName
{
background-color: #86BD07;
}
.BgClassName
{
background-color: #86BD07;
}
</style>
border-color css
<style>
span { border-color: #86BD07; }
span { border-color: rgb(134,189,7); }
td.TdClassName
{
border-color: #86BD07;
}
.TagClassName
{
border-color: #86BD07;
}
</style>