Shades of Yellow Green #86C329
Tints of Yellow Green #86C329
RGB
CMYK
RGB Variations
Color information
#86C329 (or 0x86C329) is known color: Yellow Green. HEX triplet: 86, C3 and 29. RGB value is (134,195,41). Sum of RGB (Red+Green+Blue) = 134+195+41=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #86C329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C329 is #793CD6. Grayscale: #9F9F9F. Windows color (decimal): -7945431 or 2737030. OLE color: 2737030.
HSL color Cylindrical-coordinate representation of color #86C329: hue angle of 83.77º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86C329 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 41 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.24 |
| HSL | 83.77º | 0.65% | 0.46% | - |
| HSV(B) | 83.77º | 0.79% | 0.76% | - |
| XYZ | 29.75 | 44.26 | 9.07 | - |
| YUV | 159.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 41 | 0.31 | 0 | 0.79 | 0.24 | 83.77 | 0.65 | 0.46 |
| Hex | 86 | C3 | 29 | 1F | 0 | 4F | 18 | 54 | 41 | 2E |
| Octal | 206 | 303 | 51 | 37 | 0 | 117 | 30 | 124 | 101 | 56 |
| Binary | 10000110 | 11000011 | 101001 | 11111 | 0 | 1001111 | 11000 | 1010100 | 1000001 | 101110 |
Color Harmonies of #86C329
Complementary color
Monochromatic Colors of #86C329
Black with #86C329
Text Example
Text Example
White with #86C329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C329; }
p { color: rgb(134,195,41); }
H1.HeaderClassName
{
color: #86C329;
}
.AnyTagClassName
{
color: #86C329;
}
</style>
background-color css
<style>
a { background-color: #86C329; }
a { background-color: rgb(134,195,41); }
div.DivClassName
{
background-color: #86C329;
}
.BgClassName
{
background-color: #86C329;
}
</style>
border-color css
<style>
span { border-color: #86C329; }
span { border-color: rgb(134,195,41); }
td.TdClassName
{
border-color: #86C329;
}
.TagClassName
{
border-color: #86C329;
}
</style>