Shades of Yellow Green #86BE3A
Tints of Yellow Green #86BE3A
RGB
CMYK
RGB Variations
Color information
#86BE3A (or 0x86BE3A) is known color: Yellow Green. HEX triplet: 86, BE and 3A. RGB value is (134,190,58). Sum of RGB (Red+Green+Blue) = 134+190+58=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BE3A is #7941C5. Grayscale: #9E9E9E. Windows color (decimal): -7946694 or 3849862. OLE color: 3849862.
HSL color Cylindrical-coordinate representation of color #86BE3A: hue angle of 85.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86BE3A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 58 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.25 |
| HSL | 85.45º | 0.53% | 0.49% | - |
| HSV(B) | 85.45º | 0.69% | 0.75% | - |
| XYZ | 29.01 | 42.2 | 10.62 | - |
| YUV | 158.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 58 | 0.29 | 0 | 0.69 | 0.25 | 85.45 | 0.53 | 0.49 |
| Hex | 86 | BE | 3A | 1D | 0 | 45 | 19 | 55 | 35 | 31 |
| Octal | 206 | 276 | 72 | 35 | 0 | 105 | 31 | 125 | 65 | 61 |
| Binary | 10000110 | 10111110 | 111010 | 11101 | 0 | 1000101 | 11001 | 1010101 | 110101 | 110001 |
Color Harmonies of #86BE3A
Complementary color
Monochromatic Colors of #86BE3A
Black with #86BE3A
Text Example
Text Example
White with #86BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BE3A; }
p { color: rgb(134,190,58); }
H1.HeaderClassName
{
color: #86BE3A;
}
.AnyTagClassName
{
color: #86BE3A;
}
</style>
background-color css
<style>
a { background-color: #86BE3A; }
a { background-color: rgb(134,190,58); }
div.DivClassName
{
background-color: #86BE3A;
}
.BgClassName
{
background-color: #86BE3A;
}
</style>
border-color css
<style>
span { border-color: #86BE3A; }
span { border-color: rgb(134,190,58); }
td.TdClassName
{
border-color: #86BE3A;
}
.TagClassName
{
border-color: #86BE3A;
}
</style>