Shades of Citrus #86C709
Tints of Citrus #86C709
RGB
CMYK
RGB Variations
Color information
#86C709 (or 0x86C709) is known color: Citrus. HEX triplet: 86, C7 and 09. RGB value is (134,199,9). Sum of RGB (Red+Green+Blue) = 134+199+9=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #86C709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C709 is #7938F6. Grayscale: #9E9E9E. Windows color (decimal): -7944439 or 640902. OLE color: 640902.
HSL color Cylindrical-coordinate representation of color #86C709: hue angle of 80.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86C709 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 199 | 9 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.22 |
| HSL | 80.53º | 0.91% | 0.41% | - |
| HSV(B) | 80.53º | 0.95% | 0.78% | - |
| XYZ | 30.3 | 45.93 | 7.53 | - |
| YUV | 157.91 | 43.97 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 199 | 9 | 0.33 | 0 | 0.95 | 0.22 | 80.53 | 0.91 | 0.41 |
| Hex | 86 | C7 | 9 | 21 | 0 | 5F | 16 | 51 | 5B | 29 |
| Octal | 206 | 307 | 11 | 41 | 0 | 137 | 26 | 121 | 133 | 51 |
| Binary | 10000110 | 11000111 | 1001 | 100001 | 0 | 1011111 | 10110 | 1010001 | 1011011 | 101001 |
Color Harmonies of #86C709
Complementary color
Monochromatic Colors of #86C709
Black with #86C709
Text Example
Text Example
White with #86C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C709; }
p { color: rgb(134,199,9); }
H1.HeaderClassName
{
color: #86C709;
}
.AnyTagClassName
{
color: #86C709;
}
</style>
background-color css
<style>
a { background-color: #86C709; }
a { background-color: rgb(134,199,9); }
div.DivClassName
{
background-color: #86C709;
}
.BgClassName
{
background-color: #86C709;
}
</style>
border-color css
<style>
span { border-color: #86C709; }
span { border-color: rgb(134,199,9); }
td.TdClassName
{
border-color: #86C709;
}
.TagClassName
{
border-color: #86C709;
}
</style>