Shades of Citrus #86BD03
Tints of Citrus #86BD03
RGB
CMYK
RGB Variations
Color information
#86BD03 (or 0x86BD03) is known color: Citrus. HEX triplet: 86, BD and 03. RGB value is (134,189,3). Sum of RGB (Red+Green+Blue) = 134+189+3=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BD03 is #7942FC. Grayscale: #989898. Windows color (decimal): -7947005 or 245126. OLE color: 245126.
HSL color Cylindrical-coordinate representation of color #86BD03: hue angle of 77.74º degrees, saturation: 0.97, 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 #86BD03 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.26 |
| HSL | 77.74º | 0.97% | 0.38% | - |
| HSV(B) | 77.74º | 0.98% | 0.74% | - |
| XYZ | 28.05 | 41.47 | 6.61 | - |
| YUV | 151.35 | 44.28 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 3 | 0.29 | 0 | 0.98 | 0.26 | 77.74 | 0.97 | 0.38 |
| Hex | 86 | BD | 3 | 1D | 0 | 62 | 1A | 4E | 61 | 26 |
| Octal | 206 | 275 | 3 | 35 | 0 | 142 | 32 | 116 | 141 | 46 |
| Binary | 10000110 | 10111101 | 11 | 11101 | 0 | 1100010 | 11010 | 1001110 | 1100001 | 100110 |
Color Harmonies of #86BD03
Complementary color
Monochromatic Colors of #86BD03
Black with #86BD03
Text Example
Text Example
White with #86BD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD03; }
p { color: rgb(134,189,3); }
H1.HeaderClassName
{
color: #86BD03;
}
.AnyTagClassName
{
color: #86BD03;
}
</style>
background-color css
<style>
a { background-color: #86BD03; }
a { background-color: rgb(134,189,3); }
div.DivClassName
{
background-color: #86BD03;
}
.BgClassName
{
background-color: #86BD03;
}
</style>
border-color css
<style>
span { border-color: #86BD03; }
span { border-color: rgb(134,189,3); }
td.TdClassName
{
border-color: #86BD03;
}
.TagClassName
{
border-color: #86BD03;
}
</style>