Shades of Yellow Green #86C035
Tints of Yellow Green #86C035
RGB
CMYK
RGB Variations
Color information
#86C035 (or 0x86C035) is known color: Yellow Green. HEX triplet: 86, C0 and 35. RGB value is (134,192,53). Sum of RGB (Red+Green+Blue) = 134+192+53=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #86C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C035 is #793FCA. Grayscale: #9F9F9F. Windows color (decimal): -7946187 or 3522694. OLE color: 3522694.
HSL color Cylindrical-coordinate representation of color #86C035: hue angle of 85.04º degrees, saturation: 0.57, 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 #86C035 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 53 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.25 |
| HSL | 85.04º | 0.57% | 0.48% | - |
| HSV(B) | 85.04º | 0.72% | 0.75% | - |
| XYZ | 29.32 | 43.02 | 10.13 | - |
| YUV | 158.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 53 | 0.30 | 0 | 0.72 | 0.25 | 85.04 | 0.57 | 0.48 |
| Hex | 86 | C0 | 35 | 1E | 0 | 48 | 19 | 55 | 39 | 30 |
| Octal | 206 | 300 | 65 | 36 | 0 | 110 | 31 | 125 | 71 | 60 |
| Binary | 10000110 | 11000000 | 110101 | 11110 | 0 | 1001000 | 11001 | 1010101 | 111001 | 110000 |
Color Harmonies of #86C035
Complementary color
Monochromatic Colors of #86C035
Black with #86C035
Text Example
Text Example
White with #86C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C035; }
p { color: rgb(134,192,53); }
H1.HeaderClassName
{
color: #86C035;
}
.AnyTagClassName
{
color: #86C035;
}
</style>
background-color css
<style>
a { background-color: #86C035; }
a { background-color: rgb(134,192,53); }
div.DivClassName
{
background-color: #86C035;
}
.BgClassName
{
background-color: #86C035;
}
</style>
border-color css
<style>
span { border-color: #86C035; }
span { border-color: rgb(134,192,53); }
td.TdClassName
{
border-color: #86C035;
}
.TagClassName
{
border-color: #86C035;
}
</style>