Shades of Yellow Green #86C436
Tints of Yellow Green #86C436
RGB
CMYK
RGB Variations
Color information
#86C436 (or 0x86C436) is known color: Yellow Green. HEX triplet: 86, C4 and 36. RGB value is (134,196,54). Sum of RGB (Red+Green+Blue) = 134+196+54=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #86C436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C436 is #793BC9. Grayscale: #A1A1A1. Windows color (decimal): -7945162 or 3589254. OLE color: 3589254.
HSL color Cylindrical-coordinate representation of color #86C436: hue angle of 86.2º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86C436 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 196 | 54 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.23 |
| HSL | 86.2º | 0.57% | 0.49% | - |
| HSV(B) | 86.2º | 0.72% | 0.77% | - |
| XYZ | 30.24 | 44.81 | 10.55 | - |
| YUV | 161.27 | 67.46 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 54 | 0.32 | 0 | 0.72 | 0.23 | 86.2 | 0.57 | 0.49 |
| Hex | 86 | C4 | 36 | 20 | 0 | 48 | 17 | 56 | 39 | 31 |
| Octal | 206 | 304 | 66 | 40 | 0 | 110 | 27 | 126 | 71 | 61 |
| Binary | 10000110 | 11000100 | 110110 | 100000 | 0 | 1001000 | 10111 | 1010110 | 111001 | 110001 |
Color Harmonies of #86C436
Complementary color
Monochromatic Colors of #86C436
Black with #86C436
Text Example
Text Example
White with #86C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C436; }
p { color: rgb(134,196,54); }
H1.HeaderClassName
{
color: #86C436;
}
.AnyTagClassName
{
color: #86C436;
}
</style>
background-color css
<style>
a { background-color: #86C436; }
a { background-color: rgb(134,196,54); }
div.DivClassName
{
background-color: #86C436;
}
.BgClassName
{
background-color: #86C436;
}
</style>
border-color css
<style>
span { border-color: #86C436; }
span { border-color: rgb(134,196,54); }
td.TdClassName
{
border-color: #86C436;
}
.TagClassName
{
border-color: #86C436;
}
</style>