Shades of Citrus #86C00B
Tints of Citrus #86C00B
RGB
CMYK
RGB Variations
Color information
#86C00B (or 0x86C00B) is known color: Citrus. HEX triplet: 86, C0 and 0B. RGB value is (134,192,11). Sum of RGB (Red+Green+Blue) = 134+192+11=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #86C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C00B is #793FF4. Grayscale: #9A9A9A. Windows color (decimal): -7946229 or 770182. OLE color: 770182.
HSL color Cylindrical-coordinate representation of color #86C00B: hue angle of 79.23º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86C00B is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 11 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.25 |
| HSL | 79.23º | 0.89% | 0.4% | - |
| HSV(B) | 79.23º | 0.94% | 0.75% | - |
| XYZ | 28.74 | 42.79 | 7.06 | - |
| YUV | 154.02 | 47.28 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 11 | 0.30 | 0 | 0.94 | 0.25 | 79.23 | 0.89 | 0.4 |
| Hex | 86 | C0 | B | 1E | 0 | 5E | 19 | 4F | 59 | 28 |
| Octal | 206 | 300 | 13 | 36 | 0 | 136 | 31 | 117 | 131 | 50 |
| Binary | 10000110 | 11000000 | 1011 | 11110 | 0 | 1011110 | 11001 | 1001111 | 1011001 | 101000 |
Color Harmonies of #86C00B
Complementary color
Monochromatic Colors of #86C00B
Black with #86C00B
Text Example
Text Example
White with #86C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C00B; }
p { color: rgb(134,192,11); }
H1.HeaderClassName
{
color: #86C00B;
}
.AnyTagClassName
{
color: #86C00B;
}
</style>
background-color css
<style>
a { background-color: #86C00B; }
a { background-color: rgb(134,192,11); }
div.DivClassName
{
background-color: #86C00B;
}
.BgClassName
{
background-color: #86C00B;
}
</style>
border-color css
<style>
span { border-color: #86C00B; }
span { border-color: rgb(134,192,11); }
td.TdClassName
{
border-color: #86C00B;
}
.TagClassName
{
border-color: #86C00B;
}
</style>