Shades of Yellow Green #86C32C
Tints of Yellow Green #86C32C
RGB
CMYK
RGB Variations
Color information
#86C32C (or 0x86C32C) is known color: Yellow Green. HEX triplet: 86, C3 and 2C. RGB value is (134,195,44). Sum of RGB (Red+Green+Blue) = 134+195+44=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #86C32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C32C is #793CD3. Grayscale: #A0A0A0. Windows color (decimal): -7945428 or 2933638. OLE color: 2933638.
HSL color Cylindrical-coordinate representation of color #86C32C: hue angle of 84.24º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86C32C is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 44 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.24 |
| HSL | 84.24º | 0.63% | 0.47% | - |
| HSV(B) | 84.24º | 0.77% | 0.76% | - |
| XYZ | 29.8 | 44.28 | 9.36 | - |
| YUV | 159.55 | 62.79 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 44 | 0.31 | 0 | 0.77 | 0.24 | 84.24 | 0.63 | 0.47 |
| Hex | 86 | C3 | 2C | 1F | 0 | 4D | 18 | 54 | 3F | 2F |
| Octal | 206 | 303 | 54 | 37 | 0 | 115 | 30 | 124 | 77 | 57 |
| Binary | 10000110 | 11000011 | 101100 | 11111 | 0 | 1001101 | 11000 | 1010100 | 111111 | 101111 |
Color Harmonies of #86C32C
Complementary color
Monochromatic Colors of #86C32C
Black with #86C32C
Text Example
Text Example
White with #86C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C32C; }
p { color: rgb(134,195,44); }
H1.HeaderClassName
{
color: #86C32C;
}
.AnyTagClassName
{
color: #86C32C;
}
</style>
background-color css
<style>
a { background-color: #86C32C; }
a { background-color: rgb(134,195,44); }
div.DivClassName
{
background-color: #86C32C;
}
.BgClassName
{
background-color: #86C32C;
}
</style>
border-color css
<style>
span { border-color: #86C32C; }
span { border-color: rgb(134,195,44); }
td.TdClassName
{
border-color: #86C32C;
}
.TagClassName
{
border-color: #86C32C;
}
</style>