Shades of Citrus #86C80B
Tints of Citrus #86C80B
RGB
CMYK
RGB Variations
Color information
#86C80B (or 0x86C80B) is known color: Citrus. HEX triplet: 86, C8 and 0B. RGB value is (134,200,11). Sum of RGB (Red+Green+Blue) = 134+200+11=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #86C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C80B is #7937F4. Grayscale: #9F9F9F. Windows color (decimal): -7944181 or 772230. OLE color: 772230.
HSL color Cylindrical-coordinate representation of color #86C80B: hue angle of 80.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86C80B is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 200 | 11 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.22 |
| HSL | 80.95º | 0.9% | 0.41% | - |
| HSV(B) | 80.95º | 0.95% | 0.78% | - |
| XYZ | 30.55 | 46.4 | 7.66 | - |
| YUV | 158.72 | 44.63 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 200 | 11 | 0.33 | 0 | 0.94 | 0.22 | 80.95 | 0.9 | 0.41 |
| Hex | 86 | C8 | B | 21 | 0 | 5E | 16 | 51 | 5A | 29 |
| Octal | 206 | 310 | 13 | 41 | 0 | 136 | 26 | 121 | 132 | 51 |
| Binary | 10000110 | 11001000 | 1011 | 100001 | 0 | 1011110 | 10110 | 1010001 | 1011010 | 101001 |
Color Harmonies of #86C80B
Complementary color
Monochromatic Colors of #86C80B
Black with #86C80B
Text Example
Text Example
White with #86C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C80B; }
p { color: rgb(134,200,11); }
H1.HeaderClassName
{
color: #86C80B;
}
.AnyTagClassName
{
color: #86C80B;
}
</style>
background-color css
<style>
a { background-color: #86C80B; }
a { background-color: rgb(134,200,11); }
div.DivClassName
{
background-color: #86C80B;
}
.BgClassName
{
background-color: #86C80B;
}
</style>
border-color css
<style>
span { border-color: #86C80B; }
span { border-color: rgb(134,200,11); }
td.TdClassName
{
border-color: #86C80B;
}
.TagClassName
{
border-color: #86C80B;
}
</style>