Shades of Yellow Green #86C036
Tints of Yellow Green #86C036
RGB
CMYK
RGB Variations
Color information
#86C036 (or 0x86C036) is known color: Yellow Green. HEX triplet: 86, C0 and 36. RGB value is (134,192,54). Sum of RGB (Red+Green+Blue) = 134+192+54=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #86C036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C036 is #793FC9. Grayscale: #9F9F9F. Windows color (decimal): -7946186 or 3588230. OLE color: 3588230.
HSL color Cylindrical-coordinate representation of color #86C036: hue angle of 85.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86C036 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 54 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.25 |
| HSL | 85.22º | 0.56% | 0.48% | - |
| HSV(B) | 85.22º | 0.72% | 0.75% | - |
| XYZ | 29.35 | 43.03 | 10.25 | - |
| YUV | 158.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 54 | 0.30 | 0 | 0.72 | 0.25 | 85.22 | 0.56 | 0.48 |
| Hex | 86 | C0 | 36 | 1E | 0 | 48 | 19 | 55 | 38 | 30 |
| Octal | 206 | 300 | 66 | 36 | 0 | 110 | 31 | 125 | 70 | 60 |
| Binary | 10000110 | 11000000 | 110110 | 11110 | 0 | 1001000 | 11001 | 1010101 | 111000 | 110000 |
Color Harmonies of #86C036
Complementary color
Monochromatic Colors of #86C036
Black with #86C036
Text Example
Text Example
White with #86C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C036; }
p { color: rgb(134,192,54); }
H1.HeaderClassName
{
color: #86C036;
}
.AnyTagClassName
{
color: #86C036;
}
</style>
background-color css
<style>
a { background-color: #86C036; }
a { background-color: rgb(134,192,54); }
div.DivClassName
{
background-color: #86C036;
}
.BgClassName
{
background-color: #86C036;
}
</style>
border-color css
<style>
span { border-color: #86C036; }
span { border-color: rgb(134,192,54); }
td.TdClassName
{
border-color: #86C036;
}
.TagClassName
{
border-color: #86C036;
}
</style>